upipe-modules/upipe_rtp_reorder.h header reference
Upipe module to buffer and reorder rtp packets from multiple sources More
Header inclusion [link]
Members [link]
Types [link]
- enum upipe_rtpr_command
- enum upipe_rtpr_sub_command
Functions [link]
- 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)
- int upipe_rtpr_sub_get_max_delay(struct upipe *upipe, uint64_t *delay_p)
Description [link]
Upipe module to buffer and reorder rtp packets from multiple sources
Members detail [link]
#define UPIPE_RTPR_INPUT_SIGNATURE [link]
This macro is declared in upipe-modules/upipe_rtp_reorder.h source file, line 39.
#define UPIPE_RTPR_SIGNATURE [link]
This macro is declared in upipe-modules/upipe_rtp_reorder.h source file, line 38.
#define _UPIPE_MODULES_UPIPE_RTP_REORDER_H_ [link]
This macro is declared in upipe-modules/upipe_rtp_reorder.h source file, line 31.
enum upipe_rtpr_command [link]
This enum is declared in upipe-modules/upipe_rtp_reorder.h source file, line 44.
This enum extends upipe_command with specific commands for rtpr pipes.
| Identifier | Value | Description |
|---|---|---|
| UPIPE_RTPR_SENTINEL | 0x8000 | |
| UPIPE_RTPR_GET_DELAY | 1 | returns the current reorder delay being set into urefs (uint64_t *) |
| UPIPE_RTPR_SET_DELAY | 2 | sets the reorder delay to set into urefs (uint64_t) |
This function is declared in upipe-modules/upipe_rtp_reorder.h source file, line 74.
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 65.
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 86.
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
enum upipe_rtpr_sub_command [link]
This enum is declared in upipe-modules/upipe_rtp_reorder.h source file, line 54.
This enum extends upipe_command with specific commands for rtpr subpipes.
| Identifier | Value | Description |
|---|---|---|
| UPIPE_RTPR_SUB_SENTINEL | 0x8000 | |
| UPIPE_RTPR_SUB_GET_MAX_DELAY | 1 | returns the maximum observed delay for this input (uint64_t *) |
This function is declared in upipe-modules/upipe_rtp_reorder.h source file, line 100.
This function returns the maximum observed delay for this input subpipe since the last call.
Parameter list:
- upipe: description structure of the pipe
- delay_p: filled with the maximum delay
The return value is an error code