bit stream information


Variables

int AC3DecodeContext::frame_type
 frame type (strmtyp)
int AC3DecodeContext::substreamid
 substream identification
int AC3DecodeContext::frame_size
 current frame size, in bytes
int AC3DecodeContext::bit_rate
 stream bit rate, in bits-per-second
int AC3DecodeContext::sample_rate
 sample frequency, in Hz
int AC3DecodeContext::num_blocks
 number of audio blocks
int AC3DecodeContext::channel_mode
 channel mode (acmod)
int AC3DecodeContext::lfe_on
 lfe channel in use
int AC3DecodeContext::channel_map
 custom channel map
int AC3DecodeContext::center_mix_level
 Center mix level index.
int AC3DecodeContext::surround_mix_level
 Surround mix level index.
int AC3DecodeContext::eac3
 indicates if current frame is E-AC-3

Variable Documentation

int AC3DecodeContext::bit_rate [inherited]

stream bit rate, in bits-per-second

Definition at line 57 of file ac3dec.h.

Referenced by ac3_decode_frame(), and parse_frame_header().

Center mix level index.

Definition at line 63 of file ac3dec.h.

Referenced by ff_eac3_parse_header(), parse_frame_header(), and set_downmix_coeffs().

custom channel map

Definition at line 62 of file ac3dec.h.

int AC3DecodeContext::eac3 [inherited]

indicates if current frame is E-AC-3

Definition at line 65 of file ac3dec.h.

Referenced by decode_audio_block(), and parse_frame_header().

current frame size, in bytes

Definition at line 56 of file ac3dec.h.

Referenced by ac3_decode_frame(), ff_eac3_parse_header(), and parse_frame_header().

frame type (strmtyp)

Definition at line 54 of file ac3dec.h.

Referenced by ac3_decode_frame(), decode_audio_block(), ff_eac3_parse_header(), and parse_frame_header().

int AC3DecodeContext::lfe_on [inherited]

lfe channel in use

Definition at line 61 of file ac3dec.h.

Referenced by ac3_decode_frame(), ff_eac3_parse_header(), and parse_frame_header().

number of audio blocks

Definition at line 59 of file ac3dec.h.

Referenced by ac3_decode_frame(), ff_eac3_parse_header(), and parse_frame_header().

sample frequency, in Hz

Definition at line 58 of file ac3dec.h.

Referenced by ac3_decode_frame(), and parse_frame_header().

substream identification

Definition at line 55 of file ac3dec.h.

Referenced by ac3_decode_frame(), ff_eac3_parse_header(), and parse_frame_header().

Surround mix level index.

Definition at line 64 of file ac3dec.h.

Referenced by ff_eac3_parse_header(), parse_frame_header(), and set_downmix_coeffs().


Generated on Fri Oct 26 02:35:46 2012 for FFmpeg by  doxygen 1.5.8