Kodi Development 22.0
for Binary and Script based Add-Ons
 
All Classes Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches

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 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