upipe/uclock_std.h header reference
Upipe standard implementation of uclock More
Header inclusion
Members
Type
- enum uclock_std_flags
Function
- struct uclock * uclock_std_alloc(enum uclock_std_flags flags)
Description
Upipe standard implementation of uclock
Members detail
This macro is declared in upipe/uclock_std.h source file, line 31.
struct uclock * uclock_std_alloc(enum uclock_std_flags flags)
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
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 |