Gjsify LogoGjsify Logo

Different resampler flags.

bitfield

Index

Enumeration Members

NONE: number

no flags

NON_INTERLEAVED_IN: number

input samples are non-interleaved. an array of blocks of samples, one for each channel, should be passed to the resample function.

NON_INTERLEAVED_OUT: number

output samples are non-interleaved. an array of blocks of samples, one for each channel, should be passed to the resample function.

VARIABLE_RATE: number

optimize for dynamic updates of the sample rates with gst_audio_resampler_update(). This will select an interpolating filter when #GST_AUDIO_RESAMPLER_FILTER_MODE_AUTO is configured.

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