upipe-modules/upipe_delay.h header reference

Upipe module adding a delay to all dates More

Header inclusion [link] 

Members [link] 

Type [link] 

Functions [link] 

Description [link] 

Upipe module adding a delay to all dates

Members detail [link] 

#define UPIPE_DELAY_SIGNATURE [link] 

This macro is declared in upipe-modules/upipe_delay.h source file, line 39.

#define _UPIPE_MODULES_UPIPE_DELAY_H_ [link] 

This macro is declared in upipe-modules/upipe_delay.h source file, line 31.

enum upipe_delay_command [link] 

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.

IdentifierValueDescription
UPIPE_DELAY_SENTINEL0x8000
UPIPE_DELAY_GET_DELAY1returns the current delay being set into urefs (int64_t *)
UPIPE_DELAY_SET_DELAY2sets the delay to set into urefs (int64_t)

int upipe_delay_get_delay(struct upipe *upipe, int64_t *delay_p) [link] 

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

struct upipe_mgr * upipe_delay_mgr_alloc(void ) [link] 

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

int upipe_delay_set_delay(struct upipe *upipe, int64_t delay) [link] 

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

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