FFmpeg
|
Data Fields | |
AVClass * | class |
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] |
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().