Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches
5. Position time (optional)

Detailed Description

Third way get stream position time.

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

Function Documentation

◆ PosTime()

virtual bool PosTime ( int ms)
inlinevirtual

Positions inputstream to playing time given in ms.

Parameters
[in]msPosition time in milliseconds
Remarks