DASH Media Packaging SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Attributes | List of all members
shaka::media::ChunkingOptions Struct Reference

Public Attributes

double segment_duration_in_seconds = 0
 Segment duration in seconds.
 
double subsegment_duration_in_seconds = 0
 
bool segment_sap_aligned = true
 
bool subsegment_sap_aligned = true
 

Detailed Description

Definition at line 17 of file chunking_handler.h.

Member Data Documentation

bool shaka::media::ChunkingOptions::segment_sap_aligned = true

Force segments to begin with stream access points. Actual segment duration may not be exactly what is specified by segment_duration.

Definition at line 27 of file chunking_handler.h.

double shaka::media::ChunkingOptions::subsegment_duration_in_seconds = 0

Subsegment duration in seconds. Should not be larger than the segment duration.

Definition at line 23 of file chunking_handler.h.

bool shaka::media::ChunkingOptions::subsegment_sap_aligned = true

Force subsegments to begin with stream access points. Actual subsegment duration may not be exactly what is specified by subsegment_duration. Setting to true implies that segment_sap_aligned is true as well.

Definition at line 32 of file chunking_handler.h.


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