upipe-ts/uref_ts_scte104_flow.h header reference

Upipe flow definition attributes for TS SCTE 104 More

Header inclusion  

Members  

Functions  

Description  

Upipe flow definition attributes for TS SCTE 104

Members detail  

#define _UPIPE_TS_UREF_TS_SCTE104_FLOW_H_  

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

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

This function is declared in upipe-ts/uref_ts_scte104_flow.h source file, line 43.

This function compares the DPI PID index 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_scte104_flow_copy_dpi_pid_index(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe-ts/uref_ts_scte104_flow.h source file, line 43.

This function copies the DPI PID index 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_scte104_flow_delete_dpi_pid_index(struct uref *uref)  

This function is declared in upipe-ts/uref_ts_scte104_flow.h source file, line 43.

This function deletes the DPI PID index attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

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

This function is declared in upipe-ts/uref_ts_scte104_flow.h source file, line 43.

This function returns the DPI PID index 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_scte104_flow_match_dpi_pid_index(struct uref *uref, uint64_t min, uint64_t max)  

This function is declared in upipe-ts/uref_ts_scte104_flow.h source file, line 43.

This function compares the DPI PID index 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_scte104_flow_set_dpi_pid_index(struct uref *uref, uint64_t v)  

This function is declared in upipe-ts/uref_ts_scte104_flow.h source file, line 43.

This function sets the DPI PID index 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