Shaka Packager SDK
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
shaka::media::mp4::SegmentReference Struct Reference

Public Types

enum  SAPType {
  TypeUnknown = 0 , Type1 = 1 , Type2 = 2 , Type3 = 3 ,
  Type4 = 4 , Type5 = 5 , Type6 = 6
}
 

Public Attributes

bool reference_type = false
 
uint32_t referenced_size = 0u
 
uint32_t subsegment_duration = 0u
 
bool starts_with_sap = false
 
SAPType sap_type = TypeUnknown
 
uint32_t sap_delta_time = 0u
 
uint64_t earliest_presentation_time = 0u
 

Detailed Description

Definition at line 824 of file box_definitions.h.

Member Enumeration Documentation

◆ SAPType

enum shaka::media::mp4::SegmentReference::SAPType

Definition at line 825 of file box_definitions.h.

Member Data Documentation

◆ earliest_presentation_time

uint64_t shaka::media::mp4::SegmentReference::earliest_presentation_time = 0u

Definition at line 843 of file box_definitions.h.

◆ reference_type

bool shaka::media::mp4::SegmentReference::reference_type = false

Definition at line 835 of file box_definitions.h.

◆ referenced_size

uint32_t shaka::media::mp4::SegmentReference::referenced_size = 0u

Definition at line 836 of file box_definitions.h.

◆ sap_delta_time

uint32_t shaka::media::mp4::SegmentReference::sap_delta_time = 0u

Definition at line 840 of file box_definitions.h.

◆ sap_type

SAPType shaka::media::mp4::SegmentReference::sap_type = TypeUnknown

Definition at line 839 of file box_definitions.h.

◆ starts_with_sap

bool shaka::media::mp4::SegmentReference::starts_with_sap = false

Definition at line 838 of file box_definitions.h.

◆ subsegment_duration

uint32_t shaka::media::mp4::SegmentReference::subsegment_duration = 0u

Definition at line 837 of file box_definitions.h.


The documentation for this struct was generated from the following file: