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 266 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::bsid_flag |
Definition at line 267 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::mainid_flag |
Definition at line 268 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::asvc_flag |
Definition at line 269 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::component_type |
Definition at line 271 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::bsid |
Definition at line 272 of file mpegts.h.
Referenced by mpegts_write_packet_internal(), and mpegts_write_pmt().
uint8_t DVBAC3Descriptor::mainid |
Definition at line 273 of file mpegts.h.
Referenced by mpegts_write_pmt().
uint8_t DVBAC3Descriptor::asvc |
Definition at line 274 of file mpegts.h.
Referenced by mpegts_write_pmt().