Shaka Packager SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
shaka::SegmentInfo Struct Reference

#include <segment_info.h>

Public Attributes

int64_t start_time
 
int64_t duration
 
int repeat
 
int64_t start_segment_number
 

Detailed Description

Container for keeping track of information about a segment. Used for keeping track of all the segments used for generating MPD with dynamic profile.

Definition at line 17 of file segment_info.h.

Member Data Documentation

◆ duration

int64_t shaka::SegmentInfo::duration

Definition at line 19 of file segment_info.h.

◆ repeat

int shaka::SegmentInfo::repeat

Definition at line 25 of file segment_info.h.

◆ start_segment_number

int64_t shaka::SegmentInfo::start_segment_number

Definition at line 26 of file segment_info.h.

◆ start_time

int64_t shaka::SegmentInfo::start_time

Definition at line 18 of file segment_info.h.


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