Home | History | Annotate | Download | only in FLAC

Lines Matching refs:FLAC__StreamDecoderSeekStatus

335 } FLAC__StreamDecoderSeekStatus;
337 /** Maps a FLAC__StreamDecoderSeekStatus to a C string.
339 * Using a FLAC__StreamDecoderSeekStatus as the index to this array
528 * FLAC__StreamDecoderSeekStatus seek_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data)
548 * \retval FLAC__StreamDecoderSeekStatus
551 typedef FLAC__StreamDecoderSeekStatus (*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);