Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
SPlayerState Struct Reference

#include <VideoPlayer.h>

Public Member Functions

 SPlayerState ()
 
void Clear ()
 

Public Attributes

double timestamp
 
double lastSeek
 
double time_offset
 
double time
 
double timeMax
 
double timeMin
 
time_t startTime
 
double dts
 
std::string player_state
 
bool isInMenu
 
bool hasMenu
 
bool streamsReady
 
int chapter
 
std::vector< std::pair< std::string, int64_t > > chapters
 
bool canpause
 
bool canseek
 
bool cantempo
 
bool caching
 
int64_t cache_bytes
 
double cache_level
 
double cache_delay
 
double cache_offset
 

Constructor & Destructor Documentation

§ SPlayerState()

SPlayerState::SPlayerState ( )
inline

Member Function Documentation

§ Clear()

void SPlayerState::Clear ( )
inline

Member Data Documentation

§ cache_bytes

int64_t SPlayerState::cache_bytes

§ cache_delay

double SPlayerState::cache_delay

§ cache_level

double SPlayerState::cache_level

§ cache_offset

double SPlayerState::cache_offset

§ caching

bool SPlayerState::caching

§ canpause

bool SPlayerState::canpause

§ canseek

bool SPlayerState::canseek

§ cantempo

bool SPlayerState::cantempo

§ chapter

int SPlayerState::chapter

§ chapters

std::vector<std::pair<std::string, int64_t> > SPlayerState::chapters

§ dts

double SPlayerState::dts

§ hasMenu

bool SPlayerState::hasMenu

§ isInMenu

bool SPlayerState::isInMenu

§ lastSeek

double SPlayerState::lastSeek

§ player_state

std::string SPlayerState::player_state

§ startTime

time_t SPlayerState::startTime

§ streamsReady

bool SPlayerState::streamsReady

§ time

double SPlayerState::time

§ time_offset

double SPlayerState::time_offset

§ timeMax

double SPlayerState::timeMax

§ timeMin

double SPlayerState::timeMin

§ timestamp

double SPlayerState::timestamp

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