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

#include <range.h>

Public Attributes

uint64_t start
 
uint64_t end
 

Detailed Description

Structure for specifying a range. The start and end are inclusive which is equivalent to [start, end].

Definition at line 19 of file range.h.

Member Data Documentation

◆ end

uint64_t shaka::media::Range::end

Definition at line 21 of file range.h.

◆ start

uint64_t shaka::media::Range::start

Definition at line 20 of file range.h.


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