flacdecoder.cpp File Reference

Go to the source code of this file.

Classes

struct  Argument_VcField

Functions

static StreamDecoderReadStatus flacread (const StreamDecoder *decoder, FLAC__byte bufferp[], bytesSize *bytes, void *client_data)
static StreamDecoderSeekStatus flacseek (const StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data)
static StreamDecoderTellStatus flactell (const StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
static StreamDecoderLengthStatus flaclength (const StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)
static FLAC__bool flaceof (const StreamDecoder *decoder, void *client_data)
static
FLAC__StreamDecoderWriteStatus 
flacwrite (const StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 *const buffer[], void *client_data)
static void flacmetadata (const StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data)
static void flacerror (const StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)


Function Documentation

static StreamDecoderReadStatus flacread ( const StreamDecoder *  decoder,
FLAC__byte  bufferp[],
bytesSize *  bytes,
void *  client_data 
) [static]

Definition at line 20 of file flacdecoder.cpp.

Referenced by FlacDecoder::initialize().

static StreamDecoderSeekStatus flacseek ( const StreamDecoder *  decoder,
FLAC__uint64  absolute_byte_offset,
void *  client_data 
) [static]

Definition at line 36 of file flacdecoder.cpp.

Referenced by FlacDecoder::initialize().

static StreamDecoderTellStatus flactell ( const StreamDecoder *  decoder,
FLAC__uint64 *  absolute_byte_offset,
void *  client_data 
) [static]

Definition at line 49 of file flacdecoder.cpp.

Referenced by FlacDecoder::initialize().

static StreamDecoderLengthStatus flaclength ( const StreamDecoder *  decoder,
FLAC__uint64 *  stream_length,
void *  client_data 
) [static]

Definition at line 60 of file flacdecoder.cpp.

Referenced by FlacDecoder::initialize().

static FLAC__bool flaceof ( const StreamDecoder *  decoder,
void *  client_data 
) [static]

Definition at line 70 of file flacdecoder.cpp.

Referenced by FlacDecoder::initialize().

static FLAC__StreamDecoderWriteStatus flacwrite ( const StreamDecoder *  decoder,
const FLAC__Frame *  frame,
const FLAC__int32 *const   buffer[],
void *  client_data 
) [static]

Definition at line 79 of file flacdecoder.cpp.

Referenced by FlacDecoder::initialize().

static void flacmetadata ( const StreamDecoder *  decoder,
const FLAC__StreamMetadata *  metadata,
void *  client_data 
) [static]

Definition at line 135 of file flacdecoder.cpp.

Referenced by FlacDecoder::initialize().

static void flacerror ( const StreamDecoder *  decoder,
FLAC__StreamDecoderErrorStatus  status,
void *  client_data 
) [static]

Definition at line 159 of file flacdecoder.cpp.

Referenced by FlacDecoder::initialize().


Generated on Sat Dec 18 05:15:51 2010 for MythTV by  doxygen 1.5.5