upipe/uclock_std.h header reference
Upipe standard implementation of uclock More
Header inclusion [link]
Members [link]
Type [link]
- enum uclock_std_flags
Function [link]
- struct uclock * uclock_std_alloc(enum uclock_std_flags flags)
Description [link]
Upipe standard implementation of uclock
Members detail [link]
#define _UPIPE_UCLOCK_STD_H_ [link]
This macro is declared in upipe/uclock_std.h source file, line 31.
struct uclock * uclock_std_alloc(enum uclock_std_flags flags) [link]
This function is declared in upipe/uclock_std.h source file, line 50.
This function allocates a new uclock structure.
Parameter list:
- flags: flags for the creation of a uclock structure
The return value is pointer to uclock, or NULL in case of error
enum uclock_std_flags [link]
This enum is declared in upipe/uclock_std.h source file, line 40.
flags for the creation of a uclock structure
| Identifier | Value | Description |
|---|---|---|
| UCLOCK_FLAG_REALTIME | 0x1 | force using a real-time clock even if a monotonic clock is available |