decoder_ (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | [protected] |
eof_callback() | FLAC::Decoder::Stream | [protected, virtual] |
eof_callback_(const ::FLAC__StreamDecoder *decoder, void *client_data) (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | [protected, static] |
error_callback(::FLAC__StreamDecoderErrorStatus status)=0 | FLAC::Decoder::Stream | [protected, pure virtual] |
error_callback_(const ::FLAC__StreamDecoder *decoder,::FLAC__StreamDecoderErrorStatus status, void *client_data) (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | [protected, static] |
File() (defined in FLAC::Decoder::File) | FLAC::Decoder::File | |
finish() | FLAC::Decoder::Stream | [virtual] |
flush() | FLAC::Decoder::Stream | [virtual] |
get_bits_per_sample() const | FLAC::Decoder::Stream | [virtual] |
get_blocksize() const | FLAC::Decoder::Stream | [virtual] |
get_channel_assignment() const | FLAC::Decoder::Stream | [virtual] |
get_channels() const | FLAC::Decoder::Stream | [virtual] |
get_decode_position(FLAC__uint64 *position) const | FLAC::Decoder::Stream | [virtual] |
get_md5_checking() const | FLAC::Decoder::Stream | [virtual] |
get_sample_rate() const | FLAC::Decoder::Stream | [virtual] |
get_state() const | FLAC::Decoder::Stream | |
get_total_samples() const | FLAC::Decoder::Stream | [virtual] |
init(FILE *file) | FLAC::Decoder::File | |
init(const char *filename) | FLAC::Decoder::File | [virtual] |
init(const std::string &filename) | FLAC::Decoder::File | [virtual] |
FLAC::Decoder::Stream::init() | FLAC::Decoder::Stream | |
init_ogg(FILE *file) | FLAC::Decoder::File | [virtual] |
init_ogg(const char *filename) | FLAC::Decoder::File | [virtual] |
init_ogg(const std::string &filename) | FLAC::Decoder::File | [virtual] |
FLAC::Decoder::Stream::init_ogg() | FLAC::Decoder::Stream | [virtual] |
is_valid() const | FLAC::Decoder::Stream | [virtual] |
length_callback(FLAC__uint64 *stream_length) | FLAC::Decoder::Stream | [protected, virtual] |
length_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data) (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | [protected, static] |
metadata_callback(const ::FLAC__StreamMetadata *metadata) | FLAC::Decoder::Stream | [protected, virtual] |
metadata_callback_(const ::FLAC__StreamDecoder *decoder, const ::FLAC__StreamMetadata *metadata, void *client_data) (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | [protected, static] |
operator bool() const | FLAC::Decoder::Stream | [inline] |
process_single() | FLAC::Decoder::Stream | [virtual] |
process_until_end_of_metadata() | FLAC::Decoder::Stream | [virtual] |
process_until_end_of_stream() | FLAC::Decoder::Stream | [virtual] |
read_callback(FLAC__byte buffer[], size_t *bytes) | FLAC::Decoder::File | [protected, virtual] |
read_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data) (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | [protected, static] |
reset() | FLAC::Decoder::Stream | [virtual] |
seek_absolute(FLAC__uint64 sample) | FLAC::Decoder::Stream | [virtual] |
seek_callback(FLAC__uint64 absolute_byte_offset) | FLAC::Decoder::Stream | [protected, virtual] |
seek_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data) (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | [protected, static] |
set_md5_checking(bool value) | FLAC::Decoder::Stream | [virtual] |
set_metadata_ignore(::FLAC__MetadataType type) | FLAC::Decoder::Stream | [virtual] |
set_metadata_ignore_all() | FLAC::Decoder::Stream | [virtual] |
set_metadata_ignore_application(const FLAC__byte id[4]) | FLAC::Decoder::Stream | [virtual] |
set_metadata_respond(::FLAC__MetadataType type) | FLAC::Decoder::Stream | [virtual] |
set_metadata_respond_all() | FLAC::Decoder::Stream | [virtual] |
set_metadata_respond_application(const FLAC__byte id[4]) | FLAC::Decoder::Stream | [virtual] |
set_ogg_serial_number(long value) | FLAC::Decoder::Stream | [virtual] |
skip_single_frame() | FLAC::Decoder::Stream | [virtual] |
Stream() (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | |
tell_callback(FLAC__uint64 *absolute_byte_offset) | FLAC::Decoder::Stream | [protected, virtual] |
tell_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data) (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | [protected, static] |
write_callback(const ::FLAC__Frame *frame, const FLAC__int32 *const buffer[])=0 | FLAC::Decoder::Stream | [protected, pure virtual] |
write_callback_(const ::FLAC__StreamDecoder *decoder, const ::FLAC__Frame *frame, const FLAC__int32 *const buffer[], void *client_data) (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | [protected, static] |
~File() (defined in FLAC::Decoder::File) | FLAC::Decoder::File | [virtual] |
~Stream() (defined in FLAC::Decoder::Stream) | FLAC::Decoder::Stream | [virtual] |