FFmpeg
|
Data Fields | |
int | write_adts |
int | objecttype |
int | sample_rate_index |
int | channel_conf |
int | pce_size |
uint8_t | pce_data [MAX_PCE_SIZE] |
int ADTSContext::write_adts |
Definition at line 32 of file adtsenc.c.
Referenced by adts_decode_extradata(), and adts_write_packet().
int ADTSContext::objecttype |
Definition at line 33 of file adtsenc.c.
Referenced by adts_decode_extradata(), and adts_write_frame_header().
int ADTSContext::sample_rate_index |
Definition at line 34 of file adtsenc.c.
Referenced by adts_decode_extradata(), and adts_write_frame_header().
int ADTSContext::channel_conf |
Definition at line 35 of file adtsenc.c.
Referenced by adts_decode_extradata(), and adts_write_frame_header().
int ADTSContext::pce_size |
Definition at line 36 of file adtsenc.c.
Referenced by adts_decode_extradata(), and adts_write_packet().
uint8_t ADTSContext::pce_data[MAX_PCE_SIZE] |
Definition at line 37 of file adtsenc.c.
Referenced by adts_decode_extradata(), and adts_write_packet().