Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
addons/kodi-dev-kit/include/kodi/addon-instance/inputstream/TimingConstants.h File Reference

Functions

constexpr int STREAM_TIME_TO_MSEC (double x)
 Converts a stream time to milliseconds as an integer value. More...
 
constexpr double STREAM_SEC_TO_TIME (double x)
 Converts a time in seconds to the used stream time format. More...
 
constexpr double STREAM_MSEC_TO_TIME (double x)
 Converts a time in milliseconds to the used stream time format. More...