Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.

Another way to get stream position time. More...

Functions

virtual bool kodi::addon::CInstanceInputStream::GetTimes (InputstreamTimes &times)
 Get current timing values in PTS scale. More...
 

Detailed Description

Another way to get stream position time.

Note
These are used and must be set by the addon if the INPUTSTREAM_SUPPORTS_ITIME is set in the capabilities (see GetCapabilities()).

Function Documentation

◆ GetTimes()

virtual bool kodi::addon::CInstanceInputStream::GetTimes ( InputstreamTimes times)
inlinevirtual

Get current timing values in PTS scale.

Parameters
[out]timesThe with InputstreamTimes to given times
Returns
true if successfully done, false if not
Remarks