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

/external/flac/include/FLAC/
H A Dstream_decoder.h313 } FLAC__StreamDecoderReadStatus; typedef in typeref:enum:__anon6123
315 /** Maps a FLAC__StreamDecoderReadStatus to a C string.
317 * Using a FLAC__StreamDecoderReadStatus as the index to this array
477 * FLAC__StreamDecoderReadStatus.
481 * FLAC__StreamDecoderReadStatus read_cb(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
512 * \retval FLAC__StreamDecoderReadStatus
517 typedef FLAC__StreamDecoderReadStatus (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);

Completed in 233 milliseconds