upipe-filters/upipe_filter_ebur128.h header reference

Upipe ebur128 More

Header inclusion  

Members  

Functions  

Description  

Upipe ebur128

Members detail  

#define UPIPE_FILTER_EBUR128_SIGNATURE  

This macro is declared in upipe-filters/upipe_filter_ebur128.h source file, line 44.

#define _UPIPE_FILTERS_UPIPE_FILTER_EBUR128_H_  

This macro is declared in upipe-filters/upipe_filter_ebur128.h source file, line 31.

struct upipe_mgr * upipe_filter_ebur128_mgr_alloc(void )  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 51.

This function returns the management structure for all avformat sources.

The return value is pointer to manager

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

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 43.

This function compares the global integrated loudness 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_ebur128_cmp_lra(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 42.

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

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 41.

This function compares the momentary loudness 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_ebur128_copy_global(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 43.

This function copies the global integrated loudness 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_ebur128_copy_lra(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 42.

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

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 41.

This function copies the momentary loudness 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_ebur128_delete_global(struct uref *uref)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 43.

This function deletes the global integrated loudness attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ebur128_delete_lra(struct uref *uref)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 42.

This function deletes the loudness range attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ebur128_delete_momentary(struct uref *uref)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 41.

This function deletes the momentary loudness attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_ebur128_get_global(struct uref *uref, double *p)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 43.

This function returns the global integrated loudness 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_ebur128_get_lra(struct uref *uref, double *p)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 42.

This function returns the loudness 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_ebur128_get_momentary(struct uref *uref, double *p)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 41.

This function returns the momentary loudness 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_ebur128_set_global(struct uref *uref, double v)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 43.

This function sets the global integrated loudness attribute of a uref.

Parameter list:

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

The return value is an error code

int uref_ebur128_set_lra(struct uref *uref, double v)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 42.

This function sets the loudness 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_ebur128_set_momentary(struct uref *uref, double v)  

This function is declared in upipe-filters/upipe_filter_ebur128.h source file, line 41.

This function sets the momentary loudness 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:18 2018 using MkDoc