Home | History | Annotate | Download | only in FLAC

Lines Matching full:callback

38 /** \file include/FLAC/callback.h
48 /** \defgroup flac_callbacks FLAC/callback.h: I/O callback structures
55 * The purpose of the I/O callback functions is to create a common way
66 * The callback function prototypes are similar (but not identical) to the
90 /** Signature for the read callback.
103 /** Signature for the write callback.
116 /** Signature for the seek callback.
129 /** Signature for the tell callback.
140 /** Signature for the EOF callback.
151 /** Signature for the close callback.