Home | History | Annotate | Download | only in FLAC

Lines Matching full:callbacks

61  * the client via callbacks, or directly from a file, depending on how
62 * it is initialized. When decoding via callbacks, the client provides
63 * callbacks for reading FLAC data and writing decoded samples, and
68 * callbacks; the rest of the callbacks are supplied internally. For more
94 * to decode data, which subsequently calls the callbacks.
108 * callbacks, and two for decoding directly from a FLAC file.
110 * For decoding via callbacks, use FLAC__stream_decoder_init_stream().
111 * You must also supply several callbacks for handling I/O. Some (like
116 * \c FILE* or filename and fewer callbacks; the decoder will handle
117 * the other callbacks internally.
191 * defaults, including the callbacks.
1011 * native FLAC stream. I/O is performed via callbacks to the client.
1064 * \param client_data This value will be supplied to callbacks in their
1088 * FLAC stream in an Ogg container. I/O is performed via callbacks to the
1145 * \param client_data This value will be supplied to callbacks in their
1170 * FLAC__stream_decoder_init_stream() and provide callbacks for the I/O.
1194 * \param client_data This value will be supplied to callbacks in their
1216 * FLAC__stream_decoder_init_ogg_stream() and provide callbacks for the I/O.
1244 * \param client_data This value will be supplied to callbacks in their
1268 * and provide callbacks for the I/O.
1287 * \param client_data This value will be supplied to callbacks in their
1310 * and provide callbacks for the I/O.
1333 * \param client_data This value will be supplied to callbacks in their
1421 * block or a single frame and stop, unless the callbacks return a fatal
1455 * callbacks return a fatal error or the read callback returns
1477 * callbacks return a fatal error.
1496 * unless the callbacks return a fatal error or the read callback returns