upipe-modules/upipe_setflowdef.h header reference

Upipe module setting arbitrary attributes to flow definitions More

Header inclusion  

Members  

Type  

Functions  

Description  

Upipe module setting arbitrary attributes to flow definitions

Members detail  

#define UPIPE_SETFLOWDEF_SIGNATURE  

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

#define _UPIPE_MODULES_UPIPE_SETFLOWDEF_H_  

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

enum upipe_setflowdef_command  

This enum is declared in upipe-modules/upipe_setflowdef.h source file, line 43.

This enum extends upipe_command with specific commands for setflowdef pipes.

IdentifierValueDescription
UPIPE_SETFLOWDEF_SENTINELUPIPE_CONTROL_LOCAL
UPIPE_SETFLOWDEF_GET_DICTunknownreturns the current dictionary being set into urefs (struct uref **)
UPIPE_SETFLOWDEF_SET_DICTunknownsets the dictionary to set into urefs (struct uref *)

int upipe_setflowdef_get_dict(struct upipe *upipe, struct uref **dict_p)  

This function is declared in upipe-modules/upipe_setflowdef.h source file, line 66.

This function returns the current dictionary being set into flow definitions.

Parameter list:

  • upipe: description structure of the pipe
  • dict_p: filled with the current dictionary

The return value is an error code

struct upipe_mgr * upipe_setflowdef_mgr_alloc(void )  

This function is declared in upipe-modules/upipe_setflowdef.h source file, line 56.

This function returns the management structure for all setflowdef pipes.

The return value is pointer to manager

int upipe_setflowdef_set_dict(struct upipe *upipe, struct uref *dict)  

This function is declared in upipe-modules/upipe_setflowdef.h source file, line 79.

This function sets the dictionary to set into flow definitions.

Parameter list:

  • upipe: description structure of the pipe
  • dict: dictionary to set

The return value is an error code

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:18 2018 using MkDoc