|
| FLAC__bool | is_ogg |
| |
| 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 |
| |
| FLAC__bool | got_a_frame |
| |
◆ cached
◆ client_data
| void* FLAC__StreamDecoderPrivate::client_data |
◆ computed_md5sum
| FLAC__byte FLAC__StreamDecoderPrivate::computed_md5sum[16] |
◆ cpuinfo
◆ do_md5_checking
| FLAC__bool FLAC__StreamDecoderPrivate::do_md5_checking |
◆ eof_callback
◆ error_callback
◆ file
| FILE* FLAC__StreamDecoderPrivate::file |
◆ first_frame_offset
◆ fixed_block_size
◆ frame
◆ got_a_frame
| FLAC__bool FLAC__StreamDecoderPrivate::got_a_frame |
◆ has_seek_table
| FLAC__bool FLAC__StreamDecoderPrivate::has_seek_table |
◆ has_stream_info
| FLAC__bool FLAC__StreamDecoderPrivate::has_stream_info |
◆ header_warmup
| FLAC__byte FLAC__StreamDecoderPrivate::header_warmup[2] |
◆ input
◆ internal_reset_hack
| FLAC__bool FLAC__StreamDecoderPrivate::internal_reset_hack |
◆ is_ogg
◆ is_seeking
◆ last_frame
◆ length_callback
◆ local_lpc_restore_signal
◆ local_lpc_restore_signal_16bit
◆ local_lpc_restore_signal_64bit
◆ lookahead
◆ md5context
◆ metadata_callback
◆ metadata_filter
| FLAC__bool FLAC__StreamDecoderPrivate::metadata_filter[128] |
◆ metadata_filter_ids
| FLAC__byte* FLAC__StreamDecoderPrivate::metadata_filter_ids |
◆ metadata_filter_ids_capacity
| size_t FLAC__StreamDecoderPrivate::metadata_filter_ids_capacity |
◆ metadata_filter_ids_count
| size_t FLAC__StreamDecoderPrivate::metadata_filter_ids_count |
◆ next_fixed_block_size
| FLAC__uint32 FLAC__StreamDecoderPrivate::next_fixed_block_size |
◆ output
◆ output_capacity
| unsigned FLAC__StreamDecoderPrivate::output_capacity |
◆ output_channels
| unsigned FLAC__StreamDecoderPrivate::output_channels |
◆ partitioned_rice_contents
◆ read_callback
◆ residual
◆ residual_unaligned
◆ samples_decoded
◆ seek_callback
◆ seek_table
◆ stream_info
◆ target_sample
◆ tell_callback
◆ unparseable_frame_count
| unsigned FLAC__StreamDecoderPrivate::unparseable_frame_count |
◆ write_callback
The documentation for this struct was generated from the following file: