|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Functions | |
| constexpr int | STREAM_TIME_TO_MSEC (double x) |
| Converts a stream time to milliseconds as an integer value. | |
| constexpr double | STREAM_SEC_TO_TIME (double x) |
| Converts a time in seconds to the used stream time format. | |
| constexpr double | STREAM_MSEC_TO_TIME (double x) |
| Converts a time in milliseconds to the used stream time format. | |