Back to Seed Clases

GstFft


Classes

Interfaces

Structs

Unions

Enums

Enum GstFft.FFTWindow

Import line: GstFft = imports.gi.GstFft;
GIR File: GstFft-0.10.gir
C documentation: GstFFTWindow
Enum : FFTWindow
  Show / Hide Inherited methods, properties and signals
The various window functions available.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstFft.FFTF32
Method
window (Number timedata, FFTWindow window) : Number
This calls the window function window on the timedata sample buffer.
GstFft.FFTF64
Method
window (Number timedata, FFTWindow window) : Number
This calls the window function window on the timedata sample buffer.
GstFft.FFTS16
Method
window (int16 timedata, FFTWindow window) : int16
This calls the window function window on the timedata sample buffer.
GstFft.FFTS32
Method
window (Number timedata, FFTWindow window) : Number
This calls the window function window on the timedata sample buffer.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:00 GMT+0800 (HKT)