FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ADTSContext Struct Reference

Data Fields

AVClassclass
 
int write_adts
 
int objecttype
 
int sample_rate_index
 
int channel_conf
 
int pce_size
 
int apetag
 
int id3v2tag
 
uint8_t pce_data [MAX_PCE_SIZE]
 

Detailed Description

Definition at line 34 of file adtsenc.c.

Field Documentation

AVClass* ADTSContext::class

Definition at line 35 of file adtsenc.c.

int ADTSContext::write_adts

Definition at line 36 of file adtsenc.c.

Referenced by adts_decode_extradata(), and adts_write_packet().

int ADTSContext::objecttype

Definition at line 37 of file adtsenc.c.

Referenced by adts_decode_extradata(), and adts_write_frame_header().

int ADTSContext::sample_rate_index

Definition at line 38 of file adtsenc.c.

Referenced by adts_decode_extradata(), and adts_write_frame_header().

int ADTSContext::channel_conf

Definition at line 39 of file adtsenc.c.

Referenced by adts_decode_extradata(), and adts_write_frame_header().

int ADTSContext::pce_size

Definition at line 40 of file adtsenc.c.

Referenced by adts_decode_extradata(), and adts_write_packet().

int ADTSContext::apetag

Definition at line 41 of file adtsenc.c.

Referenced by adts_write_trailer().

int ADTSContext::id3v2tag

Definition at line 42 of file adtsenc.c.

Referenced by adts_write_header().

uint8_t ADTSContext::pce_data[MAX_PCE_SIZE]

Definition at line 43 of file adtsenc.c.

Referenced by adts_decode_extradata(), and adts_write_packet().


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