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

To get stream position time.

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

Function Documentation

◆ GetTotalTime()

virtual int GetTotalTime ( )
inlinevirtual

Totel time in ms.

Returns
Total time in milliseconds
Remarks

◆ GetTime()

virtual int GetTime ( )
inlinevirtual

Playing time in ms.

Returns
Playing time in milliseconds
Remarks