DtvKit_ATSC3.0
|
#include <atsc_core_streamer_isobmff.h>
Public Attributes | |
uint8_t | cVersion |
uint8_t | cIsComplete |
uint8_t | cIsAdcPresent |
uint8_t | cReserved |
uint32_t | iMpuSequenceNumber |
uint32_t | iAssetIdScheme |
uint32_t | iAssetIdLength |
uint8_t | sAssetIdValue [256] |
struct Media Presentation Metadata Update
uint8_t Isobmff::MmpuH_s::cIsAdcPresent |
Flag indicating if ADC (Adaptation Control Descriptor) is present.
uint8_t Isobmff::MmpuH_s::cIsComplete |
Flag indicating if the MMPU data is complete.
uint8_t Isobmff::MmpuH_s::cReserved |
Reserved field.
uint8_t Isobmff::MmpuH_s::cVersion |
Version of the MMPU data.
uint32_t Isobmff::MmpuH_s::iAssetIdLength |
Length of the asset ID.
uint32_t Isobmff::MmpuH_s::iAssetIdScheme |
Scheme used for the asset ID.
uint32_t Isobmff::MmpuH_s::iMpuSequenceNumber |
Sequence number of the MMPU data.
uint8_t Isobmff::MmpuH_s::sAssetIdValue[256] |
Value of the asset ID.