upipe/uref_m3u_playlist.h header reference

Header inclusion  

Members  

Functions  

Members detail  

#define _UPIPE_UREF_M3U_PLAYLIST_H_  

This macro is declared in upipe/uref_m3u_playlist.h source file, line 26.

int uref_m3u_playlist_cmp_byte_range_len(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 37.

This function compares the length of the sub range 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

int uref_m3u_playlist_cmp_byte_range_off(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 39.

This function compares the offset of the sub range 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

int uref_m3u_playlist_cmp_seq_duration(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 35.

This function compares the sequence 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

int uref_m3u_playlist_copy(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 78.

int uref_m3u_playlist_copy_byte_range_len(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 37.

This function copies the length of the sub range 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

int uref_m3u_playlist_copy_byte_range_off(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 39.

This function copies the offset of the sub range 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

int uref_m3u_playlist_copy_seq_duration(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 35.

This function copies the sequence 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

int uref_m3u_playlist_delete(struct uref *uref)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 56.

int uref_m3u_playlist_delete_byte_range_len(struct uref *uref)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 37.

This function deletes the length of the sub range attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_playlist_delete_byte_range_off(struct uref *uref)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 39.

This function deletes the offset of the sub range attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_playlist_delete_seq_duration(struct uref *uref)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 35.

This function deletes the sequence duration attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_playlist_get_byte_range_len(struct uref *uref, uint64_t *p)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 37.

This function returns the length of the sub range 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_get_byte_range_off(struct uref *uref, uint64_t *p)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 39.

This function returns the offset of the sub range 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_get_seq_duration(struct uref *uref, uint64_t *p)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 35.

This function returns the sequence 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

int uref_m3u_playlist_key_cmp_method(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 42.

This function compares the key method 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

int uref_m3u_playlist_key_cmp_uri(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 44.

This function compares the key 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

int uref_m3u_playlist_key_copy(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 68.

int uref_m3u_playlist_key_copy_method(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 42.

This function copies the key method 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

int uref_m3u_playlist_key_copy_uri(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 44.

This function copies the key 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

int uref_m3u_playlist_key_delete(struct uref *uref)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 47.

int uref_m3u_playlist_key_delete_method(struct uref *uref)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 42.

This function deletes the key method attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_playlist_key_delete_uri(struct uref *uref)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 44.

This function deletes the key uri attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_playlist_key_get_method(struct uref *uref, const char **p)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 42.

This function returns the key method 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_key_get_uri(struct uref *uref, const char **p)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 44.

This function returns the key 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

int uref_m3u_playlist_key_match_method(struct uref *uref, const char *prefix)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 42.

This function compares the key method attribute to a given prefix.

Parameter list:

  • uref: pointer to the uref
  • prefix: prefix to match

The return value is an error code

int uref_m3u_playlist_key_match_uri(struct uref *uref, const char *prefix)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 44.

This function compares the key uri attribute to a given prefix.

Parameter list:

  • uref: pointer to the uref
  • prefix: prefix to match

The return value is an error code

int uref_m3u_playlist_key_set_method(struct uref *uref, const char *v)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 42.

This function sets the key method attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

int uref_m3u_playlist_key_set_uri(struct uref *uref, const char *v)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 44.

This function sets the key uri attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

int uref_m3u_playlist_match_byte_range_len(struct uref *uref, uint64_t min, uint64_t max)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 37.

This function compares the length of the sub range 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_match_byte_range_off(struct uref *uref, uint64_t min, uint64_t max)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 39.

This function compares the offset of the sub range 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_match_seq_duration(struct uref *uref, uint64_t min, uint64_t max)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 35.

This function compares the sequence 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

int uref_m3u_playlist_set_byte_range_len(struct uref *uref, uint64_t v)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 37.

This function sets the length of the sub range attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

int uref_m3u_playlist_set_byte_range_off(struct uref *uref, uint64_t v)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 39.

This function sets the offset of the sub range attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

int uref_m3u_playlist_set_seq_duration(struct uref *uref, uint64_t v)  

This function is declared in upipe/uref_m3u_playlist.h source file, line 35.

This function sets the sequence duration attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:20 2018 using MkDoc