Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TimingConstants.h File Reference
#include <cstdint>

Macros

#define DVD_TIME_BASE   1000000
 
#define DVD_NOPTS_VALUE   0xFFF0000000000000
 
#define DVD_PLAYSPEED_PAUSE   0
 
#define DVD_PLAYSPEED_NORMAL   1000
 

Functions

constexpr int64_t DVD_TIME_TO_MSEC (double x)
 
constexpr double DVD_SEC_TO_TIME (double x)
 
constexpr double DVD_MSEC_TO_TIME (double x)
 

Macro Definition Documentation

◆ DVD_NOPTS_VALUE

#define DVD_NOPTS_VALUE   0xFFF0000000000000

◆ DVD_PLAYSPEED_NORMAL

#define DVD_PLAYSPEED_NORMAL   1000

◆ DVD_PLAYSPEED_PAUSE

#define DVD_PLAYSPEED_PAUSE   0

◆ DVD_TIME_BASE

#define DVD_TIME_BASE   1000000

Function Documentation

◆ DVD_MSEC_TO_TIME()

constexpr double DVD_MSEC_TO_TIME ( double x)
constexpr

◆ DVD_SEC_TO_TIME()

constexpr double DVD_SEC_TO_TIME ( double x)
constexpr

◆ DVD_TIME_TO_MSEC()

constexpr int64_t DVD_TIME_TO_MSEC ( double x)
constexpr