Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

OggFLAC::Decoder::Stream Class Reference
[OggFLAC++/decoder.h: stream decoder class]

#include <decoder.h>

List of all members.


Detailed Description

This class wraps the OggFLAC__StreamDecoder.


Public Member Functions

bool is_valid () const
 operator bool () const
bool set_serial_number (long value)
bool set_metadata_respond (::FLAC__MetadataType type)
bool set_metadata_respond_application (const FLAC__byte id[4])
bool set_metadata_respond_all ()
bool set_metadata_ignore (::FLAC__MetadataType type)
bool set_metadata_ignore_application (const FLAC__byte id[4])
bool set_metadata_ignore_all ()
State get_state () const
FLAC::Decoder::Stream::State get_FLAC_stream_decoder_state () const
unsigned get_channels () const
::FLAC__ChannelAssignment get_channel_assignment () const
unsigned get_bits_per_sample () const
unsigned get_sample_rate () const
unsigned get_blocksize () const
State init ()
void finish ()
bool flush ()
bool reset ()
bool process_single ()
bool process_until_end_of_metadata ()
bool process_until_end_of_stream ()

Protected Member Functions

virtual::FLAC__StreamDecoderReadStatus read_callback (FLAC__byte buffer[], unsigned *bytes)=0
virtual::FLAC__StreamDecoderWriteStatus write_callback (const::FLAC__Frame *frame, const FLAC__int32 *const buffer[])=0
virtual void metadata_callback (const::FLAC__StreamMetadata *metadata)=0
virtual void error_callback (::FLAC__StreamDecoderErrorStatus status)=0

Protected Attributes

::OggFLAC__StreamDecoderdecoder_


The documentation for this class was generated from the following file:
Generated on Mon Jun 28 13:04:41 2004 for FLAC by doxygen 1.3.6