upipe-modules/upipe_rtp_reorder.h header reference
Upipe module to buffer and reorder rtp packets from multiple sources More
Header inclusion
Members
Type
- enum upipe_rtpr_command
Functions
- int upipe_rtpr_get_delay(struct upipe *upipe, uint64_t *delay_p)
- struct upipe_mgr * upipe_rtpr_mgr_alloc(void )
- int upipe_rtpr_set_delay(struct upipe *upipe, uint64_t delay)
Description
Upipe module to buffer and reorder rtp packets from multiple sources
Members detail
This macro is declared in upipe-modules/upipe_rtp_reorder.h source file, line 39.
This macro is declared in upipe-modules/upipe_rtp_reorder.h source file, line 38.
This macro is declared in upipe-modules/upipe_rtp_reorder.h source file, line 31.
This enum is declared in upipe-modules/upipe_rtp_reorder.h source file, line 44.
This enum extends upipe_command with specific commands for delay pipes.
Identifier | Value | Description |
---|---|---|
UPIPE_RTPR_SENTINEL | UPIPE_CONTROL_LOCAL | |
UPIPE_RTPR_GET_DELAY | unknown | returns the current reorder delay being set into urefs (uint64_t **) |
UPIPE_RTPR_SET_DELAY | unknown | sets the reorder delay to set into urefs (uint64_t *) |
This function is declared in upipe-modules/upipe_rtp_reorder.h source file, line 66.
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_rtp_reorder.h source file, line 57.
This function returns the management structure for rtpr pipes.
The return value is pointer to manager
This function is declared in upipe-modules/upipe_rtp_reorder.h source file, line 78.
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