upipe-modules/upipe_time_limit.h header reference

Upipe module blocking sources if they are too early More

Header inclusion [link] 

Members [link] 

Type [link] 

Functions [link] 

Description [link] 

Upipe module blocking sources if they are too early

Members detail [link] 

#define UPIPE_TIME_LIMIT_SIGNATURE [link] 

This macro is declared in upipe-modules/upipe_time_limit.h source file, line 38.

#define _UPIPE_MODULES_UPIPE_TIME_LIMIT_H_ [link] 

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

enum upipe_time_limit_command [link] 

This enum is declared in upipe-modules/upipe_time_limit.h source file, line 44.

This enum extends enum upipe_command with specific commands for time limit pipe.

IdentifierValueDescription
UPIPE_TIME_LIMIT_SENTINEL0x8000
UPIPE_TIME_LIMIT_SET_LIMIT1set the time limit (uint64_t) in UCLOCK_FREQ units
UPIPE_TIME_LIMIT_GET_LIMIT2get the time limit (uint64_t *) in UCLOCK_FREQ units

const char * upipe_time_limit_command_str(int command) [link] 

This function is declared in upipe-modules/upipe_time_limit.h source file, line 59.

This function converts enum upipe_time_limit_command to a string.

Parameter list:

  • command: command to convert

The return value is a string of NULL if invalid

int upipe_time_limit_get_limit(struct upipe *upipe, uint64_t *time_limit_p) [link] 

This function is declared in upipe-modules/upipe_time_limit.h source file, line 90.

This function gets the time limit.

Parameter list:

  • upipe: description structure of the pipe
  • time_limit_p: a pointer to the time limit to get in UCLOCK_FREQ units

The return value is an error code

struct upipe_mgr * upipe_time_limit_mgr_alloc(void ) [link] 

This function is declared in upipe-modules/upipe_time_limit.h source file, line 99.

This function returns the management structure for all time_limit pipes.

The return value is pointer to manager

int upipe_time_limit_set_limit(struct upipe *upipe, uint64_t time_limit) [link] 

This function is declared in upipe-modules/upipe_time_limit.h source file, line 76.

This function sets the time limit.

Parameter list:

  • upipe: description structure of the pipe
  • time_limit: the time limit in UCLOCK_FREQ units

The return value is an error code

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