upipe/uref_m3u.h header reference
Header inclusion [link]
Members [link]
Functions [link]
- int uref_m3u_cmp_uri(struct uref *uref1, struct uref *uref2)
- int uref_m3u_copy_uri(struct uref *uref, struct uref *uref_src)
- int uref_m3u_delete_uri(struct uref *uref)
- int uref_m3u_get_uri(struct uref *uref, const char **p)
- int uref_m3u_match_uri(struct uref *uref, const char *prefix)
- int uref_m3u_set_uri(struct uref *uref, const char *v)
- int uref_m3u_set_uri_va(struct uref *uref, const char *format, ...)
- int uref_m3u_variable_cmp_name(struct uref *uref1, struct uref *uref2)
- int uref_m3u_variable_cmp_value(struct uref *uref1, struct uref *uref2)
- int uref_m3u_variable_copy_name(struct uref *uref, struct uref *uref_src)
- int uref_m3u_variable_copy_value(struct uref *uref, struct uref *uref_src)
- int uref_m3u_variable_delete_name(struct uref *uref)
- int uref_m3u_variable_delete_value(struct uref *uref)
- int uref_m3u_variable_get_name(struct uref *uref, const char **p)
- int uref_m3u_variable_get_value(struct uref *uref, const char **p)
- int uref_m3u_variable_match_name(struct uref *uref, const char *prefix)
- int uref_m3u_variable_match_value(struct uref *uref, const char *prefix)
- int uref_m3u_variable_set_name(struct uref *uref, const char *v)
- int uref_m3u_variable_set_name_va(struct uref *uref, const char *format, ...)
- int uref_m3u_variable_set_value(struct uref *uref, const char *v)
- int uref_m3u_variable_set_value_va(struct uref *uref, const char *format, ...)
Members detail [link]
#define _UPIPE_UREF_M3U_H_ [link]
This macro is declared in upipe/uref_m3u.h source file, line 27.
This function is declared in upipe/uref_m3u.h source file, line 35.
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/uref_m3u.h source file, line 35.
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/uref_m3u.h source file, line 35.
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/uref_m3u.h source file, line 35.
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/uref_m3u.h source file, line 35.
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/uref_m3u.h source file, line 35.
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
This function is declared in upipe/uref_m3u.h source file, line 35.
This function sets the uri attribute of a uref.
Parameter list:
- uref: pointer to the uref
- format: printf-style format of the value, followed by a variable list of arguments.
The return value is an error code
This function is declared in upipe/uref_m3u.h source file, line 37.
This function compares the variable 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/uref_m3u.h source file, line 38.
This function compares the variable value 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/uref_m3u.h source file, line 37.
This function copies the variable 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/uref_m3u.h source file, line 38.
This function copies the variable value 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/uref_m3u.h source file, line 37.
This function deletes the variable 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/uref_m3u.h source file, line 38.
This function deletes the variable value attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe/uref_m3u.h source file, line 37.
This function returns the variable 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/uref_m3u.h source file, line 38.
This function returns the variable value 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/uref_m3u.h source file, line 37.
This function compares the variable 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/uref_m3u.h source file, line 38.
This function compares the variable value 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/uref_m3u.h source file, line 37.
This function sets the variable 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/uref_m3u.h source file, line 37.
This function sets the variable name attribute of a uref.
Parameter list:
- uref: pointer to the uref
- format: printf-style format of the value, followed by a variable list of arguments.
The return value is an error code
This function is declared in upipe/uref_m3u.h source file, line 38.
This function sets the variable value 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/uref_m3u.h source file, line 38.
This function sets the variable value attribute of a uref.
Parameter list:
- uref: pointer to the uref
- format: printf-style format of the value, followed by a variable list of arguments.
The return value is an error code