| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <Inputstream.h>
  
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 CStructHdl &cppClass) | |
| CStructHdl (const INPUTSTREAM_TIMES *cStructure) | |
| CStructHdl (INPUTSTREAM_TIMES *cStructure) | |
| const CStructHdl & | operator= (const CStructHdl &right) | 
| const CStructHdl & | operator= (const INPUTSTREAM_TIMES &right) | 
| virtual | ~CStructHdl () | 
| operator INPUTSTREAM_TIMES * () | |
| operator const INPUTSTREAM_TIMES * () const | |
| const INPUTSTREAM_TIMES * | GetCStructure () const | 
| INPUTSTREAM_TIMES * | release () | 
Additional Inherited Members | |
  Protected Attributes inherited from kodi::addon::CStructHdl< InputstreamTimes, INPUTSTREAM_TIMES > | |
| INPUTSTREAM_TIMES * | m_cStructure |