upipe-modules/upipe_delay.h header reference
Upipe module adding a delay to all dates More
Header inclusion
Members
Type
- enum upipe_delay_command
Functions
- int upipe_delay_get_delay(struct upipe *upipe, int64_t *delay_p)
- struct upipe_mgr * upipe_delay_mgr_alloc(void )
- int upipe_delay_set_delay(struct upipe *upipe, int64_t delay)
Description
Upipe module adding a delay to all dates
Members detail
This macro is declared in upipe-modules/upipe_delay.h source file, line 39.
This macro is declared in upipe-modules/upipe_delay.h source file, line 31.
This enum is declared in upipe-modules/upipe_delay.h source file, line 43.
This enum extends upipe_command with specific commands for delay pipes.
Identifier | Value | Description |
---|---|---|
UPIPE_DELAY_SENTINEL | UPIPE_CONTROL_LOCAL | |
UPIPE_DELAY_GET_DELAY | unknown | returns the current delay being set into urefs (int64_t **) |
UPIPE_DELAY_SET_DELAY | unknown | sets the delay to set into urefs (int64_t *) |
This function is declared in upipe-modules/upipe_delay.h source file, line 65.
This function returns the current delay being set into urefs.
Parameter list:
- upipe: description structure of the pipe
- delay_p: filled with the current delay
The return value is an error code
This function is declared in upipe-modules/upipe_delay.h source file, line 56.
This function returns the management structure for all delay pipes.
The return value is pointer to manager
This function is declared in upipe-modules/upipe_delay.h source file, line 77.
This function sets the delay to set into urefs.
Parameter list:
- upipe: description structure of the pipe
- delay: delay to set
The return value is an error code