upipe-modules/upipe_setflowdef.h header reference
Upipe module setting arbitrary attributes to flow definitions More
Header inclusion
Members
Type
Functions
- int upipe_setflowdef_get_dict(struct upipe *upipe, struct uref **dict_p)
- struct upipe_mgr * upipe_setflowdef_mgr_alloc(void )
- int upipe_setflowdef_set_dict(struct upipe *upipe, struct uref *dict)
Description
Upipe module setting arbitrary attributes to flow definitions
Members detail
This macro is declared in upipe-modules/upipe_setflowdef.h source file, line 39.
This macro is declared in upipe-modules/upipe_setflowdef.h source file, line 31.
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.
Identifier | Value | Description |
---|---|---|
UPIPE_SETFLOWDEF_SENTINEL | UPIPE_CONTROL_LOCAL | |
UPIPE_SETFLOWDEF_GET_DICT | unknown | returns the current dictionary being set into urefs (struct uref **) |
UPIPE_SETFLOWDEF_SET_DICT | unknown | sets the dictionary to set into urefs (struct uref *) |
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
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
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