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 193 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::bsid_flag |
Definition at line 194 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::mainid_flag |
Definition at line 195 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::asvc_flag |
Definition at line 196 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::component_type |
Definition at line 198 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::bsid |
Definition at line 199 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::mainid |
Definition at line 200 of file mpegts.h.
Referenced by mpegts_write_pmt().
uint8_t DVBAC3Descriptor::asvc |
Definition at line 201 of file mpegts.h.
Referenced by mpegts_write_pmt().