Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CCurrentStream Class Reference

#include <VideoPlayer.h>

Public Types

enum  { AV_SYNC_NONE , AV_SYNC_CHECK , AV_SYNC_CONT , AV_SYNC_FORCE }
 

Public Member Functions

 CCurrentStream (StreamType t, int i)
 
void Clear ()
 
double dts_end ()
 

Public Attributes

int64_t demuxerId
 
int id
 
int source
 
double dts
 
double dur
 
int dispTime
 
CDVDStreamInfo hint
 
voidstream
 
int changes
 
bool inited
 
unsigned int packets
 
IDVDStreamPlayer::ESyncState syncState
 
double starttime
 
double cachetime
 
double cachetotal
 
const StreamType type
 
const int player
 
double startpts
 
double lastdts
 
enum CCurrentStream:: { ... }  avsync
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
AV_SYNC_NONE 
AV_SYNC_CHECK 
AV_SYNC_CONT 
AV_SYNC_FORCE 

Constructor & Destructor Documentation

◆ CCurrentStream()

CCurrentStream::CCurrentStream ( StreamType t,
int i )
inline

Member Function Documentation

◆ Clear()

void CCurrentStream::Clear ( )
inline

◆ dts_end()

double CCurrentStream::dts_end ( )
inline

Member Data Documentation

◆ []

enum { ... } CCurrentStream::avsync

◆ cachetime

double CCurrentStream::cachetime

◆ cachetotal

double CCurrentStream::cachetotal

◆ changes

int CCurrentStream::changes

◆ demuxerId

int64_t CCurrentStream::demuxerId

◆ dispTime

int CCurrentStream::dispTime

◆ dts

double CCurrentStream::dts

◆ dur

double CCurrentStream::dur

◆ hint

CDVDStreamInfo CCurrentStream::hint

◆ id

int CCurrentStream::id

◆ inited

bool CCurrentStream::inited

◆ lastdts

double CCurrentStream::lastdts

◆ packets

unsigned int CCurrentStream::packets

◆ player

const int CCurrentStream::player

◆ source

int CCurrentStream::source

◆ startpts

double CCurrentStream::startpts

◆ starttime

double CCurrentStream::starttime

◆ stream

void* CCurrentStream::stream

◆ syncState

IDVDStreamPlayer::ESyncState CCurrentStream::syncState

◆ type

const StreamType CCurrentStream::type

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