upipe-hls/uref_hls.h header reference
Header inclusion
Members
Functions
- int uref_hls_cmp_autoselect(struct uref *uref1, struct uref *uref2)
- int uref_hls_cmp_default(struct uref *uref1, struct uref *uref2)
- int uref_hls_cmp_name(struct uref *uref1, struct uref *uref2)
- int uref_hls_cmp_renditions(struct uref *uref1, struct uref *uref2)
- int uref_hls_cmp_type(struct uref *uref1, struct uref *uref2)
- int uref_hls_cmp_uri(struct uref *uref1, struct uref *uref2)
- int uref_hls_copy_autoselect(struct uref *uref, struct uref *uref_src)
- int uref_hls_copy_default(struct uref *uref, struct uref *uref_src)
- int uref_hls_copy_name(struct uref *uref, struct uref *uref_src)
- int uref_hls_copy_renditions(struct uref *uref, struct uref *uref_src)
- int uref_hls_copy_type(struct uref *uref, struct uref *uref_src)
- int uref_hls_copy_uri(struct uref *uref, struct uref *uref_src)
- int uref_hls_delete_autoselect(struct uref *uref)
- int uref_hls_delete_default(struct uref *uref)
- int uref_hls_delete_name(struct uref *uref)
- int uref_hls_delete_renditions(struct uref *uref)
- int uref_hls_delete_type(struct uref *uref)
- int uref_hls_delete_uri(struct uref *uref)
- int uref_hls_get_autoselect(struct uref *uref)
- int uref_hls_get_default(struct uref *uref)
- int uref_hls_get_name(struct uref *uref, const char **p)
- int uref_hls_get_renditions(struct uref *uref, uint8_t *p)
- int uref_hls_get_type(struct uref *uref, const char **p)
- int uref_hls_get_uri(struct uref *uref, const char **p)
- int uref_hls_match_name(struct uref *uref, const char *prefix)
- int uref_hls_match_renditions(struct uref *uref, uint8_t min, uint8_t max)
- int uref_hls_match_type(struct uref *uref, const char *prefix)
- int uref_hls_match_uri(struct uref *uref, const char *prefix)
- int uref_hls_rendition_cmp_autoselect(struct uref *uref1, struct uref *uref2, uint8_t id)
- int uref_hls_rendition_cmp_default(struct uref *uref1, struct uref *uref2, uint8_t id)
- int uref_hls_rendition_cmp_name(struct uref *uref1, struct uref *uref2, uint8_t id)
- int uref_hls_rendition_cmp_type(struct uref *uref1, struct uref *uref2, uint8_t id)
- int uref_hls_rendition_cmp_uri(struct uref *uref1, struct uref *uref2, uint8_t id)
- int uref_hls_rendition_copy_autoselect(struct uref *uref, struct uref *uref_src, uint8_t id)
- int uref_hls_rendition_copy_default(struct uref *uref, struct uref *uref_src, uint8_t id)
- int uref_hls_rendition_copy_name(struct uref *uref, struct uref *uref_src, uint8_t id)
- int uref_hls_rendition_copy_type(struct uref *uref, struct uref *uref_src, uint8_t id)
- int uref_hls_rendition_copy_uri(struct uref *uref, struct uref *uref_src, uint8_t id)
- int uref_hls_rendition_delete_autoselect(struct uref *uref, uint8_t id)
- int uref_hls_rendition_delete_default(struct uref *uref, uint8_t id)
- int uref_hls_rendition_delete_name(struct uref *uref, uint8_t id)
- int uref_hls_rendition_delete_type(struct uref *uref, uint8_t id)
- int uref_hls_rendition_delete_uri(struct uref *uref, uint8_t id)
- int uref_hls_rendition_get_autoselect(struct uref *uref, uint8_t id)
- int uref_hls_rendition_get_default(struct uref *uref, uint8_t id)
- int uref_hls_rendition_get_name(struct uref *uref, const char **p, uint8_t id)
- int uref_hls_rendition_get_type(struct uref *uref, const char **p, uint8_t id)
- int uref_hls_rendition_get_uri(struct uref *uref, const char **p, uint8_t id)
- int uref_hls_rendition_match_name(struct uref *uref, const char *prefix, uint8_t id)
- int uref_hls_rendition_match_type(struct uref *uref, const char *prefix, uint8_t id)
- int uref_hls_rendition_match_uri(struct uref *uref, const char *prefix, uint8_t id)
- int uref_hls_rendition_set_autoselect(struct uref *uref, uint8_t id)
- int uref_hls_rendition_set_default(struct uref *uref, uint8_t id)
- int uref_hls_rendition_set_name(struct uref *uref, const char *v, uint8_t id)
- int uref_hls_rendition_set_type(struct uref *uref, const char *v, uint8_t id)
- int uref_hls_rendition_set_uri(struct uref *uref, const char *v, uint8_t id)
- int uref_hls_set_autoselect(struct uref *uref)
- int uref_hls_set_default(struct uref *uref)
- int uref_hls_set_name(struct uref *uref, const char *v)
- int uref_hls_set_renditions(struct uref *uref, uint8_t v)
- int uref_hls_set_type(struct uref *uref, const char *v)
- int uref_hls_set_uri(struct uref *uref, const char *v)
Members detail
This macro is declared in upipe-hls/uref_hls.h source file, line 24.
This function is declared in upipe-hls/uref_hls.h source file, line 49.
This function compares the auto select rendition attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 48.
This function compares the default rendition attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 46.
This function compares the name attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 32.
This function compares the number of rendition attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 45.
This function compares the type attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 47.
This function compares the uri attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 49.
This function copies the auto select rendition attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 48.
This function copies the default rendition attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 46.
This function copies the name attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 32.
This function copies the number of rendition attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 45.
This function copies the type attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 47.
This function copies the uri attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 49.
This function deletes a auto select rendition attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 48.
This function deletes a default rendition attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 46.
This function deletes the name attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 32.
This function deletes the number of rendition attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 45.
This function deletes the type attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 47.
This function deletes the uri attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 49.
This function returns the presence of a auto select rendition attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 48.
This function returns the presence of a default rendition attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 46.
This function returns the name attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 32.
This function returns the number of rendition attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 45.
This function returns the type attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 47.
This function returns the uri attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 46.
This function compares the name attribute to a given prefix.
Parameter list:
- uref: pointer to the uref
- prefix: prefix to match
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 32.
This function compares the number of rendition attribute to given values.
Parameter list:
- uref: pointer to the uref
- min: minimum value
- max: maximum value
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 45.
This function compares the type attribute to a given prefix.
Parameter list:
- uref: pointer to the uref
- prefix: prefix to match
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 47.
This function compares the uri attribute to a given prefix.
Parameter list:
- uref: pointer to the uref
- prefix: prefix to match
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 43.
This function compares the rendition autoselect attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 40.
This function compares the rendition default attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 36.
This function compares the rendition name attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 34.
This function compares the rendition type attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 38.
This function compares the rendition uri attribute in two urefs.
Parameter 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-hls/uref_hls.h source file, line 43.
This function copies the rendition autoselect attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 40.
This function copies the rendition default attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 36.
This function copies the rendition name attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 34.
This function copies the rendition type attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 38.
This function copies the rendition uri attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 43.
This function deletes a rendition autoselect attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 40.
This function deletes a rendition default attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 36.
This function deletes the rendition name attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 34.
This function deletes the rendition type attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 38.
This function deletes the rendition uri attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 43.
This function returns the presence of a rendition autoselect attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 40.
This function returns the presence of a rendition default attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 36.
This function returns the rendition name attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 34.
This function returns the rendition type attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 38.
This function returns the rendition uri attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 36.
This function compares the rendition name attribute to a given prefix.
Parameter list:
- uref: pointer to the uref
- prefix: prefix to match
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 34.
This function compares the rendition type attribute to a given prefix.
Parameter list:
- uref: pointer to the uref
- prefix: prefix to match
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 38.
This function compares the rendition uri attribute to a given prefix.
Parameter list:
- uref: pointer to the uref
- prefix: prefix to match
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 43.
This function sets a rendition autoselect attribute in a uref.
Parameter list:
- uref_p: reference to the pointer to the uref (possibly modified)
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 40.
This function sets a rendition default attribute in a uref.
Parameter list:
- uref_p: reference to the pointer to the uref (possibly modified)
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 36.
This function sets the rendition name attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 34.
This function sets the rendition type attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 38.
This function sets the rendition uri attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 49.
This function sets a auto select rendition attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 48.
This function sets a default rendition attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 46.
This function sets the name attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 32.
This function sets the number of rendition attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 45.
This function sets the type attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe-hls/uref_hls.h source file, line 47.
This function sets the uri attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code