DtvKit_ATSC3.0
|
#include <atsc_core_atsc1.h>
Public Attributes | |
uint8_t | cSyncByte |
uint32_t | iPidVal |
uint32_t | iTsErrInd |
uint32_t | iAdFieldCtl |
uint32_t | iPuStartInd |
uint32_t | iTsPriority |
uint32_t | iTsScrambCtl |
uint32_t | iContCounter |
struct TS packet header formation
uint8_t sTsHeader_t::cSyncByte |
Represents the sync byte of the TS packet, which is a fixed value (0x47).
uint32_t sTsHeader_t::iAdFieldCtl |
Specifies the type of adaptation field present in the TS packet.
uint32_t sTsHeader_t::iContCounter |
Represents the continuity counter.
uint32_t sTsHeader_t::iPidVal |
Represents the Packet Identifier (PID) value
uint32_t sTsHeader_t::iPuStartInd |
Indicates whether the current TS packet carries the start of a payload unit.
uint32_t sTsHeader_t::iTsErrInd |
Indicates the presence of errors in the transport stream.
uint32_t sTsHeader_t::iTsPriority |
Specifies the priority of the transport stream packet.
uint32_t sTsHeader_t::iTsScrambCtl |
Indicates the scrambling control of the TS packet.