Home | History | Annotate | Download | only in FLAC

Lines Matching refs:FLAC__StreamDecoderSeekStatus

336 } FLAC__StreamDecoderSeekStatus;
338 /** Maps a FLAC__StreamDecoderSeekStatus to a C string.
340 * Using a FLAC__StreamDecoderSeekStatus as the index to this array
529 * FLAC__StreamDecoderSeekStatus seek_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data)
549 * \retval FLAC__StreamDecoderSeekStatus
552 typedef FLAC__StreamDecoderSeekStatus (*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);