Kodi Development  20.0
for Binary and Script based Add-Ons

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