Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages

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

Functions

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

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