upipe/uref_m3u_playlist_flow.h header reference
Header inclusion [link]
Members [link]
Functions [link]
- int uref_m3u_playlist_flow_cmp_discontinuity_sequence(struct uref *uref1, struct uref *uref2)
- int uref_m3u_playlist_flow_cmp_endlist(struct uref *uref1, struct uref *uref2)
- int uref_m3u_playlist_flow_cmp_media_sequence(struct uref *uref1, struct uref *uref2)
- int uref_m3u_playlist_flow_cmp_target_duration(struct uref *uref1, struct uref *uref2)
- int uref_m3u_playlist_flow_cmp_type(struct uref *uref1, struct uref *uref2)
- int uref_m3u_playlist_flow_copy(struct uref *uref, struct uref *uref_src)
- int uref_m3u_playlist_flow_copy_discontinuity_sequence(struct uref *uref, struct uref *uref_src)
- int uref_m3u_playlist_flow_copy_endlist(struct uref *uref, struct uref *uref_src)
- int uref_m3u_playlist_flow_copy_media_sequence(struct uref *uref, struct uref *uref_src)
- int uref_m3u_playlist_flow_copy_target_duration(struct uref *uref, struct uref *uref_src)
- int uref_m3u_playlist_flow_copy_type(struct uref *uref, struct uref *uref_src)
- int uref_m3u_playlist_flow_delete(struct uref *uref)
- int uref_m3u_playlist_flow_delete_discontinuity_sequence(struct uref *uref)
- int uref_m3u_playlist_flow_delete_endlist(struct uref *uref)
- int uref_m3u_playlist_flow_delete_media_sequence(struct uref *uref)
- int uref_m3u_playlist_flow_delete_target_duration(struct uref *uref)
- int uref_m3u_playlist_flow_delete_type(struct uref *uref)
- int uref_m3u_playlist_flow_get_discontinuity_sequence(struct uref *uref, uint64_t *p)
- int uref_m3u_playlist_flow_get_endlist(struct uref *uref)
- int uref_m3u_playlist_flow_get_media_sequence(struct uref *uref, uint64_t *p)
- int uref_m3u_playlist_flow_get_target_duration(struct uref *uref, uint64_t *p)
- int uref_m3u_playlist_flow_get_type(struct uref *uref, const char **p)
- int uref_m3u_playlist_flow_match_discontinuity_sequence(struct uref *uref, uint64_t min, uint64_t max)
- int uref_m3u_playlist_flow_match_media_sequence(struct uref *uref, uint64_t min, uint64_t max)
- int uref_m3u_playlist_flow_match_target_duration(struct uref *uref, uint64_t min, uint64_t max)
- int uref_m3u_playlist_flow_match_type(struct uref *uref, const char *prefix)
- int uref_m3u_playlist_flow_set_discontinuity_sequence(struct uref *uref, uint64_t v)
- int uref_m3u_playlist_flow_set_endlist(struct uref *uref)
- int uref_m3u_playlist_flow_set_media_sequence(struct uref *uref, uint64_t v)
- int uref_m3u_playlist_flow_set_target_duration(struct uref *uref, uint64_t v)
- int uref_m3u_playlist_flow_set_type(struct uref *uref, const char *v)
- int uref_m3u_playlist_flow_set_type_va(struct uref *uref, const char *format, ...)
Members detail [link]
#define _UPIPE_UREF_M3U_PLAYLIST_FLOW_H_ [link]
This macro is declared in upipe/uref_m3u_playlist_flow.h source file, line 26.
int uref_m3u_playlist_flow_cmp_discontinuity_sequence(struct uref *uref1, struct uref *uref2) [link]
This function is declared in upipe/uref_m3u_playlist_flow.h source file, line 43.
This function compares the discontinuity sequence 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_playlist_flow.h source file, line 45.
This function compares the endlist 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_playlist_flow.h source file, line 40.
This function compares the media sequence 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_playlist_flow.h source file, line 37.
This function compares the target duration 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_playlist_flow.h source file, line 34.
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/uref_m3u_playlist_flow.h source file, line 62.
int uref_m3u_playlist_flow_copy_discontinuity_sequence(struct uref *uref, struct uref *uref_src) [link]
This function is declared in upipe/uref_m3u_playlist_flow.h source file, line 43.
This function copies the discontinuity sequence 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_playlist_flow.h source file, line 45.
This function copies the endlist 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_playlist_flow.h source file, line 40.
This function copies the media sequence 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_playlist_flow.h source file, line 37.
This function copies the target duration 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_playlist_flow.h source file, line 34.
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/uref_m3u_playlist_flow.h source file, line 48.
This function is declared in upipe/uref_m3u_playlist_flow.h source file, line 43.
This function deletes the discontinuity sequence 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_playlist_flow.h source file, line 45.
This function deletes a endlist attribute from a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe/uref_m3u_playlist_flow.h source file, line 40.
This function deletes the media sequence 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_playlist_flow.h source file, line 37.
This function deletes the target duration 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_playlist_flow.h source file, line 34.
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/uref_m3u_playlist_flow.h source file, line 43.
This function returns the discontinuity sequence 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_playlist_flow.h source file, line 45.
This function returns the presence of a endlist attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe/uref_m3u_playlist_flow.h source file, line 40.
This function returns the media sequence 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_playlist_flow.h source file, line 37.
This function returns the target duration 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_playlist_flow.h source file, line 34.
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
int uref_m3u_playlist_flow_match_discontinuity_sequence(struct uref *uref, uint64_t min, uint64_t max) [link]
This function is declared in upipe/uref_m3u_playlist_flow.h source file, line 43.
This function compares the discontinuity sequence attribute to given values.
Parameter list:
- uref: pointer to the uref
- min: minimum value
- max: maximum value
The return value is an error code
int uref_m3u_playlist_flow_match_media_sequence(struct uref *uref, uint64_t min, uint64_t max) [link]
This function is declared in upipe/uref_m3u_playlist_flow.h source file, line 40.
This function compares the media sequence attribute to given values.
Parameter list:
- uref: pointer to the uref
- min: minimum value
- max: maximum value
The return value is an error code
int uref_m3u_playlist_flow_match_target_duration(struct uref *uref, uint64_t min, uint64_t max) [link]
This function is declared in upipe/uref_m3u_playlist_flow.h source file, line 37.
This function compares the target duration 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/uref_m3u_playlist_flow.h source file, line 34.
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/uref_m3u_playlist_flow.h source file, line 43.
This function sets the discontinuity sequence 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_playlist_flow.h source file, line 45.
This function sets a endlist attribute in a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe/uref_m3u_playlist_flow.h source file, line 40.
This function sets the media sequence 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_playlist_flow.h source file, line 37.
This function sets the target duration 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_playlist_flow.h source file, line 34.
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/uref_m3u_playlist_flow.h source file, line 34.
This function sets the type 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