Searched defs:FLAC__StreamDecoderSeekStatus (Results 1 - 1 of 1) sorted by relevance

/external/flac/include/FLAC/
H A Dstream_decoder.h336 } FLAC__StreamDecoderSeekStatus; typedef in typeref:enum:__anon6124
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);

Completed in 226 milliseconds