FFmpeg
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
 
int mpeg_id
 
uint8_t pce_data [MAX_PCE_SIZE]
 

Detailed Description

Definition at line 38 of file adtsenc.c.

Field Documentation

◆ class

AVClass* ADTSContext::class

Definition at line 39 of file adtsenc.c.

◆ write_adts

int ADTSContext::write_adts

Definition at line 40 of file adtsenc.c.

Referenced by adts_decode_extradata(), and adts_write_packet().

◆ objecttype

int ADTSContext::objecttype

Definition at line 41 of file adtsenc.c.

Referenced by adts_decode_extradata().

◆ sample_rate_index

int ADTSContext::sample_rate_index

Definition at line 42 of file adtsenc.c.

Referenced by adts_decode_extradata().

◆ channel_conf

int ADTSContext::channel_conf

Definition at line 43 of file adtsenc.c.

Referenced by adts_decode_extradata().

◆ pce_size

int ADTSContext::pce_size

Definition at line 44 of file adtsenc.c.

Referenced by adts_decode_extradata(), and adts_write_packet().

◆ apetag

int ADTSContext::apetag

Definition at line 45 of file adtsenc.c.

Referenced by adts_write_trailer().

◆ id3v2tag

int ADTSContext::id3v2tag

Definition at line 46 of file adtsenc.c.

Referenced by adts_write_header().

◆ mpeg_id

int ADTSContext::mpeg_id

Definition at line 47 of file adtsenc.c.

◆ pce_data

uint8_t ADTSContext::pce_data[MAX_PCE_SIZE]

Definition at line 48 of file adtsenc.c.

Referenced by adts_decode_extradata(), and adts_write_packet().


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