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] |
| static StreamDecoderSeekStatus flacseek |
( |
const StreamDecoder * |
decoder, |
|
|
FLAC__uint64 |
absolute_byte_offset, |
|
|
void * |
client_data | |
|
) |
| | [static] |
| static StreamDecoderTellStatus flactell |
( |
const StreamDecoder * |
decoder, |
|
|
FLAC__uint64 * |
absolute_byte_offset, |
|
|
void * |
client_data | |
|
) |
| | [static] |
| static StreamDecoderLengthStatus flaclength |
( |
const StreamDecoder * |
decoder, |
|
|
FLAC__uint64 * |
stream_length, |
|
|
void * |
client_data | |
|
) |
| | [static] |
| static FLAC__bool flaceof |
( |
const StreamDecoder * |
decoder, |
|
|
void * |
client_data | |
|
) |
| | [static] |
| static FLAC__StreamDecoderWriteStatus flacwrite |
( |
const StreamDecoder * |
decoder, |
|
|
const FLAC__Frame * |
frame, |
|
|
const FLAC__int32 *const |
buffer[], |
|
|
void * |
client_data | |
|
) |
| | [static] |
| static void flacmetadata |
( |
const StreamDecoder * |
decoder, |
|
|
const FLAC__StreamMetadata * |
metadata, |
|
|
void * |
client_data | |
|
) |
| | [static] |
| static void flacerror |
( |
const StreamDecoder * |
decoder, |
|
|
FLAC__StreamDecoderErrorStatus |
status, |
|
|
void * |
client_data | |
|
) |
| | [static] |