FFmpeg
|
#include <mpegts.h>
Data Fields | |
uint8_t | component_type_flag |
uint8_t | bsid_flag |
uint8_t | mainid_flag |
uint8_t | asvc_flag |
uint8_t | reserved_flags |
uint8_t | component_type |
uint8_t | bsid |
uint8_t | mainid |
uint8_t | asvc |
uint8_t DVBAC3Descriptor::component_type_flag |
Definition at line 203 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::bsid_flag |
Definition at line 204 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::mainid_flag |
Definition at line 205 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::asvc_flag |
Definition at line 206 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::component_type |
Definition at line 208 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::bsid |
Definition at line 209 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::mainid |
Definition at line 210 of file mpegts.h.
Referenced by mpegts_write_pmt().
uint8_t DVBAC3Descriptor::asvc |
Definition at line 211 of file mpegts.h.
Referenced by mpegts_write_pmt().