upipe-ts/uref_ts_scte35.h header reference

Upipe uref attributes for TS SCTE 35 More

Header inclusion  

Members  

Functions  

Description  

Upipe uref attributes for TS SCTE 35

Members detail  

#define _UPIPE_TS_UREF_TS_SCTE35_H_  

This macro is declared in upipe-ts/uref_ts_scte35.h source file, line 31.

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

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 49.

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

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.

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

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.

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

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 47.

This function compares the out of network indicator 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_ts_scte35_cmp_unique_program_id(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.

This function compares the unique program 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_ts_scte35_copy_auto_return(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 49.

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

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.

This function copies the cancel indicator 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_ts_scte35_copy_event_id(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.

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

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 47.

This function copies the out of network indicator 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_ts_scte35_copy_unique_program_id(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.

This function copies the unique program 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_ts_scte35_delete_auto_return(struct uref *uref)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 49.

This function deletes a auto return indicator attribute from a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ts_scte35_delete_cancel(struct uref *uref)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.

This function deletes a cancel indicator attribute from a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ts_scte35_delete_event_id(struct uref *uref)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.

This function deletes the event ID attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ts_scte35_delete_out_of_network(struct uref *uref)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 47.

This function deletes a out of network indicator attribute from a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ts_scte35_delete_unique_program_id(struct uref *uref)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.

This function deletes the unique program ID attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ts_scte35_get_auto_return(struct uref *uref)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 49.

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

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ts_scte35_get_cancel(struct uref *uref)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.

This function returns the presence of a cancel indicator attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

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

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.

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

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 47.

This function returns the presence of a out of network indicator attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

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

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.

This function returns the unique program 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_ts_scte35_match_event_id(struct uref *uref, uint64_t min, uint64_t max)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.

This function compares the event ID 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_ts_scte35_match_unique_program_id(struct uref *uref, uint64_t min, uint64_t max)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.

This function compares the unique program ID 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_ts_scte35_set_auto_return(struct uref *uref)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 49.

This function sets a auto return indicator attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ts_scte35_set_cancel(struct uref *uref)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 45.

This function sets a cancel indicator attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ts_scte35_set_event_id(struct uref *uref, uint64_t v)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 44.

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

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 47.

This function sets a out of network indicator attribute in a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ts_scte35_set_unique_program_id(struct uref *uref, uint64_t v)  

This function is declared in upipe-ts/uref_ts_scte35.h source file, line 51.

This function sets the unique program ID 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:19 2018 using MkDoc