upipe-framers/uref_h264_flow.h header reference
Upipe h264 flow definition attributes for uref More
Header inclusion
Members
Functions
- int uref_h264_flow_cmp_level(struct uref *uref1, struct uref *uref2)
 - int uref_h264_flow_cmp_profile(struct uref *uref1, struct uref *uref2)
 - int uref_h264_flow_delete_level(struct uref *uref)
 - int uref_h264_flow_delete_profile(struct uref *uref)
 - int uref_h264_flow_get_level(struct uref *uref, uint8_t *p)
 - int uref_h264_flow_get_profile(struct uref *uref, uint8_t *p)
 - int uref_h264_flow_match_level(struct uref *uref, uint8_t min, uint8_t max)
 - int uref_h264_flow_match_profile(struct uref *uref, uint8_t min, uint8_t max)
 - int uref_h264_flow_set_level(struct uref *uref, uint8_t v)
 - int uref_h264_flow_set_profile(struct uref *uref, uint8_t v)
 
Description
Members detail
This macro is declared in upipe-framers/uref_h264_flow.h source file, line 31.
This function is declared in upipe-framers/uref_h264_flow.h source file, line 41.
This function compares the level attribute in two refs.
Parameters list:
- uref1: pointer to the first uref
 - uref2: pointer to the second uref
 
The return value is 0 if both attributes are absent or identical
This function is declared in upipe-framers/uref_h264_flow.h source file, line 40.
This function compares the profile attribute in two refs.
Parameters list:
- uref1: pointer to the first uref
 - uref2: pointer to the second uref
 
The return value is 0 if both attributes are absent or identical
int uref_h264_flow_delete_level(struct uref *uref)
This function is declared in upipe-framers/uref_h264_flow.h source file, line 41.
This function deletes the level attribute of a uref.
Parameters list:
- uref: pointer to the uref
 
The return value is an error code
int uref_h264_flow_delete_profile(struct uref *uref)
This function is declared in upipe-framers/uref_h264_flow.h source file, line 40.
This function deletes the profile attribute of a uref.
Parameters list:
- uref: pointer to the uref
 
The return value is an error code
int uref_h264_flow_get_level(struct uref *uref, uint8_t *p)
This function is declared in upipe-framers/uref_h264_flow.h source file, line 41.
This function returns the level attribute of a uref.
Parameters list:
- uref: pointer to the uref
 - p: pointer to the retrieved value (modified during execution)
 
The return value is an error code
int uref_h264_flow_get_profile(struct uref *uref, uint8_t *p)
This function is declared in upipe-framers/uref_h264_flow.h source file, line 40.
This function returns the profile attribute of a uref.
Parameters list:
- uref: pointer to the uref
 - p: pointer to the retrieved value (modified during execution)
 
The return value is an error code
int uref_h264_flow_match_level(struct uref *uref, uint8_t min, uint8_t max)
This function is declared in upipe-framers/uref_h264_flow.h source file, line 41.
This function compares the level attribute to given values.
Parameters list:
- uref: pointer to the uref
 - min: minimum value
 - max: maximum value
 
The return value is an error code
int uref_h264_flow_match_profile(struct uref *uref, uint8_t min, uint8_t max)
This function is declared in upipe-framers/uref_h264_flow.h source file, line 40.
This function compares the profile attribute to given values.
Parameters list:
- uref: pointer to the uref
 - min: minimum value
 - max: maximum value
 
The return value is an error code
int uref_h264_flow_set_level(struct uref *uref, uint8_t v)
This function is declared in upipe-framers/uref_h264_flow.h source file, line 41.
This function sets the level attribute of a uref.
Parameters list:
- uref: pointer to the uref
 - v: value to set
 
The return value is an error code
int uref_h264_flow_set_profile(struct uref *uref, uint8_t v)
This function is declared in upipe-framers/uref_h264_flow.h source file, line 40.
This function sets the profile attribute of a uref.
Parameters list:
- uref: pointer to the uref
 - v: value to set
 
The return value is an error code