upipe/uref_m3u_flow.h header reference

Header inclusion  

Members  

Functions  

Members detail  

#define _UPIPE_UREF_M3U_FLOW_H_  

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

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

This function is declared in upipe/uref_m3u_flow.h source file, line 34.

This function compares the m3u version 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_flow_copy_version(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_m3u_flow.h source file, line 34.

This function copies the m3u version 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_flow_delete_version(struct uref *uref)  

This function is declared in upipe/uref_m3u_flow.h source file, line 34.

This function deletes the m3u version attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_m3u_flow_get_version(struct uref *uref, uint8_t *p)  

This function is declared in upipe/uref_m3u_flow.h source file, line 34.

This function returns the m3u version 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_flow_match_version(struct uref *uref, uint8_t min, uint8_t max)  

This function is declared in upipe/uref_m3u_flow.h source file, line 34.

This function compares the m3u version 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_flow_set_version(struct uref *uref, uint8_t v)  

This function is declared in upipe/uref_m3u_flow.h source file, line 34.

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