Gjsify LogoGjsify Logo

Hierarchy

  • AudioMixerFilterFunc

Callable

  • AudioMixerFilterFunc(mixer: Mixer): boolean
  • Function that will be called by gst_audio_default_registry_mixer_filter() so the caller can decide which mixer elements should be kept and returned. When the mixer element is passed to the callback function, it is opened and in READY state. If you decide to keep the element, you need to set it back to NULL state yourself (unless you want to keep it opened of course).

    Parameters

    • mixer: Mixer

      a #GstElement implementing the #GstMixer interface

    Returns boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method