upipe/uclock_std.h header reference

Upipe standard implementation of uclock More

Header inclusion  

Members  

Type  

Function  

Description  

Upipe standard implementation of uclock

Members detail  

#define _UPIPE_UCLOCK_STD_H_  

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

enum uclock_std_flags  

This enum is declared in upipe/uclock_std.h source file, line 40.

flags for the creation of a uclock structure

IdentifierValueDescription
UCLOCK_FLAG_REALTIME0x1force using a real-time clock even if a monotonic clock is available

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:19 2018 using MkDoc