Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches

Detailed Description

Inputstream add-on times
Used on kodi::addon::CInstanceInputStream::GetTimes().


The following table contains values that can be set with class InputstreamTimes :

Name Type Set call Get call
Start time time_t SetStartTime GetStartTime
PTS start double SetPtsStart GetPtsStart
PTS begin double SetPtsBegin GetPtsBegin
PTS end double SetPtsEnd GetPtsEnd

Topics

 Value Help
 

Function Documentation

◆ SetStartTime()

void SetStartTime ( time_t startTime) const
inline

Start time in milliseconds.

◆ GetStartTime()

time_t GetStartTime ( ) const
inline

To get with SetStartTime changed values.

◆ SetPtsStart()

void SetPtsStart ( double ptsStart) const
inline

Start PTS.

◆ GetPtsStart()

double GetPtsStart ( ) const
inline

To get with SetPtsStart changed values.

◆ SetPtsBegin()

void SetPtsBegin ( double ptsBegin) const
inline

Begin PTS.

◆ GetPtsBegin()

double GetPtsBegin ( ) const
inline

To get with SetPtsBegin changed values.

◆ SetPtsEnd()

void SetPtsEnd ( double ptsEnd) const
inline

End PTS.

◆ GetPtsEnd()

double GetPtsEnd ( ) const
inline

To get with SetPtsEnd changed values.