DtvKit_ATSC3.0
|
#include <atsc_core_streamer_isobmff.h>
Public Attributes | |
uint32_t | iReferenceId |
uint32_t | iTimeScale |
uint64_t | lEarliestPresentationTime |
uint64_t | lFirstOffset |
uint16_t | iReferenceCount |
uint8_t | cReferenceType |
uint32_t | iReferencedSize |
uint32_t | iSubsegmentDuration |
uint8_t | cStartsWithSAP |
uint8_t | cSAPType |
uint32_t | iSAPDeltaTime |
struct Segment Index Box
uint8_t Isobmff::SidxH_s::cReferenceType |
Type of references.
uint8_t Isobmff::SidxH_s::cSAPType |
Type of SAP (Segmentation Access Point).
uint8_t Isobmff::SidxH_s::cStartsWithSAP |
Indicates if the segment starts with a SAP.
uint16_t Isobmff::SidxH_s::iReferenceCount |
Number of references within the SIDX.
uint32_t Isobmff::SidxH_s::iReferencedSize |
Size of the media segment referenced.
uint32_t Isobmff::SidxH_s::iReferenceId |
ID of the referenced media.
uint32_t Isobmff::SidxH_s::iSAPDeltaTime |
Delta time for the SAP.
uint32_t Isobmff::SidxH_s::iSubsegmentDuration |
Duration of subsegments.
uint32_t Isobmff::SidxH_s::iTimeScale |
Time scale for timestamps in the SIDX.
uint64_t Isobmff::SidxH_s::lEarliestPresentationTime |
Earliest presentation time of the media.
uint64_t Isobmff::SidxH_s::lFirstOffset |
Byte offset to the first byte of the media.