upipe-modules/upipe_setattr.h header reference
Upipe module setting arbitrary attributes to urefs More
Header inclusion
Members
Type
Functions
- int upipe_setattr_get_dict(struct upipe *upipe, struct uref **dict_p)
- struct upipe_mgr * upipe_setattr_mgr_alloc(void )
- int upipe_setattr_set_dict(struct upipe *upipe, struct uref *dict)
Description
Upipe module setting arbitrary attributes to urefs
Members detail
This macro is declared in upipe-modules/upipe_setattr.h source file, line 39.
This macro is declared in upipe-modules/upipe_setattr.h source file, line 31.
This enum is declared in upipe-modules/upipe_setattr.h source file, line 43.
This enum extends upipe_command with specific commands for setattr pipes.
Identifier | Value | Description |
---|---|---|
UPIPE_SETATTR_SENTINEL | UPIPE_CONTROL_LOCAL | |
UPIPE_SETATTR_GET_DICT | unknown | returns the current dictionary being set into urefs (struct uref **) |
UPIPE_SETATTR_SET_DICT | unknown | sets the dictionary to set into urefs (struct uref *) |
This function is declared in upipe-modules/upipe_setattr.h source file, line 66.
This function returns the current dictionary being set into urefs.
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_setattr.h source file, line 56.
This function returns the management structure for all setattr pipes.
The return value is pointer to manager
This function is declared in upipe-modules/upipe_setattr.h source file, line 79.
This function sets the dictionary to set into urefs.
Parameter list:
- upipe: description structure of the pipe
- dict: dictionary to set
The return value is an error code