Home | History | Annotate | Download | only in FLAC

Lines Matching refs:FLAC__StreamEncoderTellStatus

443 } FLAC__StreamEncoderTellStatus;
445 /** Maps a FLAC__StreamEncoderTellStatus to a C string.
447 * Using a FLAC__StreamEncoderTellStatus as the index to this array
610 * FLAC__StreamEncoderTellStatus tell_cb(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
633 * \retval FLAC__StreamEncoderTellStatus
636 typedef FLAC__StreamEncoderTellStatus (*FLAC__StreamEncoderTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data);