Gjsify LogoGjsify Logo

#GstVideoResampler is a structure which holds the information required to perform various kinds of resampling filtering.

record

Hierarchy

  • VideoResampler

Index

Constructors

Properties

in_size: number

the input size

field
max_taps: number

the maximum number of taps

field
n_phases: number

the number of phases

field
n_taps: number

array with new number of taps for each phase

field
offset: number

array with the source offset for each output element

field
out_size: number

the output size

field
phase: number

array with the phase to use for each output element

field
taps: number

the taps for all phases

field
name: string

Methods

  • clear(): void

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