openshot-audio  0.1.2
Public Attributes | List of all members
FLAC__StreamDecoderPrivate Struct Reference

Public Attributes

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__BitReaderinput
 
FLAC__int32output [FLAC__MAX_CHANNELS]
 
FLAC__int32residual [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__bytemetadata_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__int32residual_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
 

Member Data Documentation

FLAC__bool FLAC__StreamDecoderPrivate::cached
void* FLAC__StreamDecoderPrivate::client_data
FLAC__byte FLAC__StreamDecoderPrivate::computed_md5sum[16]
FLAC__CPUInfo FLAC__StreamDecoderPrivate::cpuinfo
FLAC__bool FLAC__StreamDecoderPrivate::do_md5_checking
FLAC__StreamDecoderEofCallback FLAC__StreamDecoderPrivate::eof_callback
FLAC__StreamDecoderErrorCallback FLAC__StreamDecoderPrivate::error_callback
FILE* FLAC__StreamDecoderPrivate::file
FLAC__uint64 FLAC__StreamDecoderPrivate::first_frame_offset
FLAC__uint32 FLAC__StreamDecoderPrivate::fixed_block_size
FLAC__Frame FLAC__StreamDecoderPrivate::frame
FLAC__bool FLAC__StreamDecoderPrivate::has_seek_table
FLAC__bool FLAC__StreamDecoderPrivate::has_stream_info
FLAC__byte FLAC__StreamDecoderPrivate::header_warmup[2]
FLAC__BitReader* FLAC__StreamDecoderPrivate::input
FLAC__bool FLAC__StreamDecoderPrivate::internal_reset_hack
FLAC__bool FLAC__StreamDecoderPrivate::is_seeking
FLAC__Frame FLAC__StreamDecoderPrivate::last_frame
FLAC__StreamDecoderLengthCallback FLAC__StreamDecoderPrivate::length_callback
void(* FLAC__StreamDecoderPrivate::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(* FLAC__StreamDecoderPrivate::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(* FLAC__StreamDecoderPrivate::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[])
FLAC__byte FLAC__StreamDecoderPrivate::lookahead
FLAC__MD5Context FLAC__StreamDecoderPrivate::md5context
FLAC__StreamDecoderMetadataCallback FLAC__StreamDecoderPrivate::metadata_callback
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
FLAC__int32* FLAC__StreamDecoderPrivate::output[FLAC__MAX_CHANNELS]
unsigned FLAC__StreamDecoderPrivate::output_capacity
unsigned FLAC__StreamDecoderPrivate::output_channels
FLAC__EntropyCodingMethod_PartitionedRiceContents FLAC__StreamDecoderPrivate::partitioned_rice_contents[FLAC__MAX_CHANNELS]
FLAC__StreamDecoderReadCallback FLAC__StreamDecoderPrivate::read_callback
FLAC__int32* FLAC__StreamDecoderPrivate::residual[FLAC__MAX_CHANNELS]
FLAC__int32* FLAC__StreamDecoderPrivate::residual_unaligned[FLAC__MAX_CHANNELS]
FLAC__uint64 FLAC__StreamDecoderPrivate::samples_decoded
FLAC__StreamDecoderSeekCallback FLAC__StreamDecoderPrivate::seek_callback
FLAC__StreamMetadata FLAC__StreamDecoderPrivate::seek_table
FLAC__StreamMetadata FLAC__StreamDecoderPrivate::stream_info
FLAC__uint64 FLAC__StreamDecoderPrivate::target_sample
FLAC__StreamDecoderTellCallback FLAC__StreamDecoderPrivate::tell_callback
unsigned FLAC__StreamDecoderPrivate::unparseable_frame_count
FLAC__StreamDecoderWriteCallback FLAC__StreamDecoderPrivate::write_callback

The documentation for this struct was generated from the following file: