|
FLAC__StreamDecoderReadCallback | read_callback |
|
FLAC__StreamDecoderSeekCallback | seek_callback |
|
FLAC__StreamDecoderTellCallback | tell_callback |
|
FLAC__StreamDecoderLengthCallback | length_callback |
|
FLAC__StreamDecoderEofCallback | eof_callback |
|
FLAC__StreamDecoderWriteCallback | write_callback |
|
FLAC__StreamDecoderMetadataCallback | metadata_callback |
|
FLAC__StreamDecoderErrorCallback | error_callback |
|
void(* | local_lpc_restore_signal )(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]) |
|
void(* | local_lpc_restore_signal_64bit )(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]) |
|
void(* | local_lpc_restore_signal_16bit )(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]) |
|
void * | client_data |
|
FILE * | file |
|
FLAC__BitReader * | input |
|
FLAC__int32 * | output [FLAC__MAX_CHANNELS] |
|
FLAC__int32 * | residual [FLAC__MAX_CHANNELS] |
|
FLAC__EntropyCodingMethod_PartitionedRiceContents | partitioned_rice_contents [FLAC__MAX_CHANNELS] |
|
unsigned | output_capacity |
|
unsigned | output_channels |
|
FLAC__uint32 | fixed_block_size |
|
FLAC__uint32 | next_fixed_block_size |
|
FLAC__uint64 | samples_decoded |
|
FLAC__bool | has_stream_info |
|
FLAC__bool | has_seek_table |
|
FLAC__StreamMetadata | stream_info |
|
FLAC__StreamMetadata | seek_table |
|
FLAC__bool | metadata_filter [128] |
|
FLAC__byte * | metadata_filter_ids |
|
size_t | metadata_filter_ids_count |
|
size_t | metadata_filter_ids_capacity |
|
FLAC__Frame | frame |
|
FLAC__bool | cached |
|
FLAC__CPUInfo | cpuinfo |
|
FLAC__byte | header_warmup [2] |
|
FLAC__byte | lookahead |
|
FLAC__int32 * | residual_unaligned [FLAC__MAX_CHANNELS] |
|
FLAC__bool | do_md5_checking |
|
FLAC__bool | internal_reset_hack |
|
FLAC__bool | is_seeking |
|
FLAC__MD5Context | md5context |
|
FLAC__byte | computed_md5sum [16] |
|
FLAC__Frame | last_frame |
|
FLAC__uint64 | first_frame_offset |
|
FLAC__uint64 | target_sample |
|
unsigned | unparseable_frame_count |
|
void* FLAC__StreamDecoderPrivate::client_data |
FLAC__byte FLAC__StreamDecoderPrivate::computed_md5sum[16] |
FLAC__bool FLAC__StreamDecoderPrivate::do_md5_checking |
FILE* FLAC__StreamDecoderPrivate::file |
FLAC__bool FLAC__StreamDecoderPrivate::has_seek_table |
FLAC__bool FLAC__StreamDecoderPrivate::has_stream_info |
FLAC__byte FLAC__StreamDecoderPrivate::header_warmup[2] |
FLAC__bool FLAC__StreamDecoderPrivate::internal_reset_hack |
FLAC__bool FLAC__StreamDecoderPrivate::metadata_filter[128] |
FLAC__byte* FLAC__StreamDecoderPrivate::metadata_filter_ids |
size_t FLAC__StreamDecoderPrivate::metadata_filter_ids_capacity |
size_t FLAC__StreamDecoderPrivate::metadata_filter_ids_count |
FLAC__uint32 FLAC__StreamDecoderPrivate::next_fixed_block_size |
unsigned FLAC__StreamDecoderPrivate::output_capacity |
unsigned FLAC__StreamDecoderPrivate::output_channels |
unsigned FLAC__StreamDecoderPrivate::unparseable_frame_count |
The documentation for this struct was generated from the following file: