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

/external/flac/include/FLAC/
H A Dstream_encoder.h442 } FLAC__StreamEncoderTellStatus; typedef in typeref:enum:__anon21507
444 /** Maps a FLAC__StreamEncoderTellStatus to a C string.
446 * Using a FLAC__StreamEncoderTellStatus as the index to this array
609 * FLAC__StreamEncoderTellStatus tell_cb(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
632 * \retval FLAC__StreamEncoderTellStatus
635 typedef FLAC__StreamEncoderTellStatus (*FLAC__StreamEncoderTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data);

Completed in 57 milliseconds