Shaka Player Embedded
Public Member Functions | Public Attributes | List of all members
shaka::BufferedInfo::Impl Class Reference

Public Member Functions

 Impl ()
 
 Impl (js::BufferedInfo &&internal)
 

Public Attributes

const std::vector< shaka::BufferedRangetotal {}
 
const std::vector< shaka::BufferedRangeaudio {}
 
const std::vector< shaka::BufferedRangevideo {}
 
const std::vector< shaka::BufferedRangetext {}
 

Detailed Description

Definition at line 60 of file player_externs.cc.

Constructor & Destructor Documentation

§ Impl() [1/2]

shaka::BufferedInfo::Impl::Impl ( )
inline

Definition at line 67 of file player_externs.cc.

§ Impl() [2/2]

shaka::BufferedInfo::Impl::Impl ( js::BufferedInfo &&  internal)
inline

Definition at line 68 of file player_externs.cc.

Member Data Documentation

§ audio

const std::vector<shaka::BufferedRange> shaka::BufferedInfo::Impl::audio {}

Definition at line 63 of file player_externs.cc.

§ text

const std::vector<shaka::BufferedRange> shaka::BufferedInfo::Impl::text {}

Definition at line 65 of file player_externs.cc.

§ total

const std::vector<shaka::BufferedRange> shaka::BufferedInfo::Impl::total {}

Definition at line 62 of file player_externs.cc.

§ video

const std::vector<shaka::BufferedRange> shaka::BufferedInfo::Impl::video {}

Definition at line 64 of file player_externs.cc.


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