Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
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
 
MenuType menuType
 
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_offset
 
double cache_time
 

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_level

double SPlayerState::cache_level

◆ cache_offset

double SPlayerState::cache_offset

◆ cache_time

double SPlayerState::cache_time

◆ 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

◆ isInMenu

bool SPlayerState::isInMenu

◆ lastSeek

double SPlayerState::lastSeek

◆ menuType

MenuType SPlayerState::menuType

◆ 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: