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

Public Member Functions

 Impl ()
 
 Impl (js::Stats &&internal)
 

Public Attributes

const double width {}
 
const double height {}
 
const double streamBandwidth {}
 
const double decodedFrames {}
 
const double droppedFrames {}
 
const double estimatedBandwidth {}
 
const double loadLatency {}
 
const double playTime {}
 
const double bufferingTime {}
 
const std::vector< shaka::TrackChoiceswitchHistory {}
 
const std::vector< shaka::StateChangestateHistory {}
 

Detailed Description

Definition at line 125 of file stats.cc.

Constructor & Destructor Documentation

§ Impl() [1/2]

shaka::Stats::Impl::Impl ( )
inline

Definition at line 139 of file stats.cc.

§ Impl() [2/2]

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

Definition at line 140 of file stats.cc.

Member Data Documentation

§ bufferingTime

const double shaka::Stats::Impl::bufferingTime {}

Definition at line 135 of file stats.cc.

§ decodedFrames

const double shaka::Stats::Impl::decodedFrames {}

Definition at line 130 of file stats.cc.

§ droppedFrames

const double shaka::Stats::Impl::droppedFrames {}

Definition at line 131 of file stats.cc.

§ estimatedBandwidth

const double shaka::Stats::Impl::estimatedBandwidth {}

Definition at line 132 of file stats.cc.

§ height

const double shaka::Stats::Impl::height {}

Definition at line 128 of file stats.cc.

§ loadLatency

const double shaka::Stats::Impl::loadLatency {}

Definition at line 133 of file stats.cc.

§ playTime

const double shaka::Stats::Impl::playTime {}

Definition at line 134 of file stats.cc.

§ stateHistory

const std::vector<shaka::StateChange> shaka::Stats::Impl::stateHistory {}

Definition at line 137 of file stats.cc.

§ streamBandwidth

const double shaka::Stats::Impl::streamBandwidth {}

Definition at line 129 of file stats.cc.

§ switchHistory

const std::vector<shaka::TrackChoice> shaka::Stats::Impl::switchHistory {}

Definition at line 136 of file stats.cc.

§ width

const double shaka::Stats::Impl::width {}

Definition at line 127 of file stats.cc.


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