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

#include <Inputstream.h>

Inheritance diagram for kodi::addon::InputstreamTimes:
kodi::addon::CStructHdl< InputstreamTimes, INPUTSTREAM_TIMES >

Public Member Functions

void SetStartTime (time_t startTime) const
 Start time in milliseconds.
 
time_t GetStartTime () const
 To get with SetStartTime changed values.
 
void SetPtsStart (double ptsStart) const
 Start PTS.
 
double GetPtsStart () const
 To get with SetPtsStart changed values.
 
void SetPtsBegin (double ptsBegin) const
 Begin PTS.
 
double GetPtsBegin () const
 To get with SetPtsBegin changed values.
 
void SetPtsEnd (double ptsEnd) const
 End PTS.
 
double GetPtsEnd () const
 To get with SetPtsEnd changed values.
 
- Public Member Functions inherited from kodi::addon::CStructHdl< InputstreamTimes, INPUTSTREAM_TIMES >
 CStructHdl ()
 
 CStructHdl (const InputstreamTimes &cppClass)
 
 CStructHdl (const INPUTSTREAM_TIMES *cStructure)
 
 CStructHdl (INPUTSTREAM_TIMES *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const INPUTSTREAM_TIMES &right)
 
virtual ~CStructHdl ()
 
 operator INPUTSTREAM_TIMES * ()
 
 operator const INPUTSTREAM_TIMES * () const
 
const INPUTSTREAM_TIMESGetCStructure () const
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< InputstreamTimes, INPUTSTREAM_TIMES >
INPUTSTREAM_TIMESm_cStructure
 

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