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] 

Functions [link] 

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.

IdentifierValueDescription
UPIPE_RTPR_SENTINEL0x8000
UPIPE_RTPR_GET_DELAY1returns the current reorder delay being set into urefs (uint64_t *)
UPIPE_RTPR_SET_DELAY2sets the reorder delay to set into urefs (uint64_t)

int upipe_rtpr_get_delay(struct upipe *upipe, uint64_t *delay_p) [link] 

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

struct upipe_mgr * upipe_rtpr_mgr_alloc(void ) [link] 

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

int upipe_rtpr_set_delay(struct upipe *upipe, uint64_t delay) [link] 

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.

IdentifierValueDescription
UPIPE_RTPR_SUB_SENTINEL0x8000
UPIPE_RTPR_SUB_GET_MAX_DELAY1returns the maximum observed delay for this input (uint64_t *)

int upipe_rtpr_sub_get_max_delay(struct upipe *upipe, uint64_t *delay_p) [link] 

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

Valid XHTML 1.0 StrictGenerated by cmassiot on Sun Dec 14 18:31:17 2025 using MkDoc