![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
Macros | |
#define | STREAM_PLAYSPEED_PAUSE 0 |
Speed value to pause stream in playback. More... | |
#define | STREAM_PLAYSPEED_NORMAL 1000 |
Speed value to perform stream playback at normal speed. More... | |
#define | STREAM_TIME_BASE 1000000 |
Time base represented as integer. More... | |
#define | STREAM_NOPTS_VALUE 0xFFF0000000000000 |
Undefined timestamp value. More... | |
#define | STREAM_TIME_TO_MSEC(x) ((int)((double)(x)*1000 / STREAM_TIME_BASE)) |
#define | STREAM_SEC_TO_TIME(x) ((double)(x)*STREAM_TIME_BASE) |
#define | STREAM_MSEC_TO_TIME(x) ((double)(x)*STREAM_TIME_BASE / 1000) |
#define STREAM_MSEC_TO_TIME | ( | x | ) | ((double)(x)*STREAM_TIME_BASE / 1000) |
#define STREAM_SEC_TO_TIME | ( | x | ) | ((double)(x)*STREAM_TIME_BASE) |
#define STREAM_TIME_TO_MSEC | ( | x | ) | ((int)((double)(x)*1000 / STREAM_TIME_BASE)) |