Home | History | Annotate | Download | only in FLAC

Lines Matching refs:client_data

481  * FLAC__StreamDecoderReadStatus read_cb(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
483 * FILE *file = ((MyClientData*)client_data)->file;
510 * \param client_data The callee's client data set through
517 typedef FLAC__StreamDecoderReadStatus (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
529 * FLAC__StreamDecoderSeekStatus seek_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data)
531 * FILE *file = ((MyClientData*)client_data)->file;
547 * \param client_data The callee's client data set through
552 typedef FLAC__StreamDecoderSeekStatus (*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);
564 * FLAC__StreamDecoderTellStatus tell_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
566 * FILE *file = ((MyClientData*)client_data)->file;
585 * \param client_data The callee's client data set through
590 typedef FLAC__StreamDecoderTellStatus (*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
601 * FLAC__StreamDecoderLengthStatus length_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)
603 * FILE *file = ((MyClientData*)client_data)->file;
623 * \param client_data The callee's client data set through
628 typedef FLAC__StreamDecoderLengthStatus (*FLAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
638 * FLAC__bool eof_cb(const FLAC__StreamDecoder *decoder, void *client_data)
641 * FILE *file = ((MyClientData*)client_data)->file;
650 * \param client_data The callee's client data set through
655 typedef FLAC__bool (*FLAC__StreamDecoderEofCallback)(const FLAC__StreamDecoder *decoder, void *client_data);
678 * \param client_data The callee's client data set through
683 typedef FLAC__StreamDecoderWriteStatus (*FLAC__StreamDecoderWriteCallback)(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data);
707 * \param client_data The callee's client data set through
710 typedef void (*FLAC__StreamDecoderMetadataCallback)(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data);
724 * \param client_data The callee's client data set through
727 typedef void (*FLAC__StreamDecoderErrorCallback)(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
1065 * \param client_data This value will be supplied to callbacks in their
1066 * \a client_data argument.
1083 void *client_data
1146 * \param client_data This value will be supplied to callbacks in their
1147 * \a client_data argument.
1164 void *client_data
1195 * \param client_data This value will be supplied to callbacks in their
1196 * \a client_data argument.
1210 void *client_data
1245 * \param client_data This value will be supplied to callbacks in their
1246 * \a client_data argument.
1260 void *client_data
1288 * \param client_data This value will be supplied to callbacks in their
1289 * \a client_data argument.
1302 void *client_data
1334 * \param client_data This value will be supplied to callbacks in their
1335 * \a client_data argument.
1348 void *client_data