upipe/uref_m3u_master.h header reference

Header inclusion  

Members  

Functions  

Members detail  

#define _UPIPE_UREF_M3U_MASTER_H_  

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

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

This function is declared in upipe/uref_m3u_master.h source file, line 38.

This function compares the audio group 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_master_cmp_bandwidth(struct uref *uref1, struct uref *uref2)  

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

This function compares the bits per second 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_master_cmp_codecs(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe/uref_m3u_master.h source file, line 36.

This function compares the codecs 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_master_cmp_media_autoselect(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe/uref_m3u_master.h source file, line 43.

This function compares the auto select 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_master_cmp_media_default(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe/uref_m3u_master.h source file, line 41.

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

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

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

This function compares the media group id 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_master_cmp_media_name(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe/uref_m3u_master.h source file, line 45.

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

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

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

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

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

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

This function compares the resolution 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_master_copy(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_master.h source file, line 67.

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

This function is declared in upipe/uref_m3u_master.h source file, line 38.

This function copies the audio group 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_master_copy_bandwidth(struct uref *uref, struct uref *uref_src)  

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

This function copies the bits per second 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_master_copy_codecs(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_master.h source file, line 36.

This function copies the codecs 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_master_copy_media_autoselect(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_master.h source file, line 43.

This function copies the auto select 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_master_copy_media_default(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_master.h source file, line 41.

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

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

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

This function copies the media group id 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_master_copy_media_name(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_master.h source file, line 45.

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

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

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

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

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

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

This function copies the resolution 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_master_delete(struct uref *uref)  

This function is declared in upipe/uref_m3u_master.h source file, line 50.

int uref_m3u_master_delete_audio(struct uref *uref)  

This function is declared in upipe/uref_m3u_master.h source file, line 38.

This function deletes the audio group attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_master_delete_bandwidth(struct uref *uref)  

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

This function deletes the bits per second attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_master_delete_codecs(struct uref *uref)  

This function is declared in upipe/uref_m3u_master.h source file, line 36.

This function deletes the codecs attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_master_delete_media_autoselect(struct uref *uref)  

This function is declared in upipe/uref_m3u_master.h source file, line 43.

This function deletes a auto select attribute from a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_master_delete_media_default(struct uref *uref)  

This function is declared in upipe/uref_m3u_master.h source file, line 41.

This function deletes a media default attribute from a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_master_delete_media_group(struct uref *uref)  

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

This function deletes the media group id attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_master_delete_media_name(struct uref *uref)  

This function is declared in upipe/uref_m3u_master.h source file, line 45.

This function deletes the media name attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_master_delete_media_type(struct uref *uref)  

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

This function deletes the media type attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_master_delete_resolution(struct uref *uref)  

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

This function deletes the resolution attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

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

This function is declared in upipe/uref_m3u_master.h source file, line 38.

This function returns the audio group 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_master_get_bandwidth(struct uref *uref, uint64_t *p)  

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

This function returns the bits per second 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_master_get_codecs(struct uref *uref, const char **p)  

This function is declared in upipe/uref_m3u_master.h source file, line 36.

This function returns the codecs 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_master_get_media_autoselect(struct uref *uref)  

This function is declared in upipe/uref_m3u_master.h source file, line 43.

This function returns the presence of a auto select attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_master_get_media_default(struct uref *uref)  

This function is declared in upipe/uref_m3u_master.h source file, line 41.

This function returns the presence of a media default attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

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

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

This function returns the media group id 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_master_get_media_name(struct uref *uref, const char **p)  

This function is declared in upipe/uref_m3u_master.h source file, line 45.

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

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

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

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

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

This function returns the resolution 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_master_match_audio(struct uref *uref, const char *prefix)  

This function is declared in upipe/uref_m3u_master.h source file, line 38.

This function compares the audio group 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_master_match_bandwidth(struct uref *uref, uint64_t min, uint64_t max)  

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

This function compares the bits per second 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_master_match_codecs(struct uref *uref, const char *prefix)  

This function is declared in upipe/uref_m3u_master.h source file, line 36.

This function compares the codecs 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_master_match_media_group(struct uref *uref, const char *prefix)  

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

This function compares the media group id 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_master_match_media_name(struct uref *uref, const char *prefix)  

This function is declared in upipe/uref_m3u_master.h source file, line 45.

This function compares the media name 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_master_match_media_type(struct uref *uref, const char *prefix)  

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

This function compares the media type 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_master_match_resolution(struct uref *uref, const char *prefix)  

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

This function compares the resolution 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_master_set_audio(struct uref *uref, const char *v)  

This function is declared in upipe/uref_m3u_master.h source file, line 38.

This function sets the audio group 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_master_set_bandwidth(struct uref *uref, uint64_t v)  

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

This function sets the bits per second 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_master_set_codecs(struct uref *uref, const char *v)  

This function is declared in upipe/uref_m3u_master.h source file, line 36.

This function sets the codecs 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_master_set_media_autoselect(struct uref *uref)  

This function is declared in upipe/uref_m3u_master.h source file, line 43.

This function sets a auto select attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_master_set_media_default(struct uref *uref)  

This function is declared in upipe/uref_m3u_master.h source file, line 41.

This function sets a media default attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

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

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

This function sets the media group id 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_master_set_media_name(struct uref *uref, const char *v)  

This function is declared in upipe/uref_m3u_master.h source file, line 45.

This function sets the media name 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_master_set_media_type(struct uref *uref, const char *v)  

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

This function sets the media type 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_master_set_resolution(struct uref *uref, const char *v)  

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

This function sets the resolution 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