C# Class Gst.FFT.FFTF32

Inheritance: GLib.Opaque
Show file Open project: GStreamer/gstreamer-sharp

Public Methods

Method Description
FFTF32 ( int len, bool inverse ) : System
Fft ( float timedata, Gst freqdata ) : void
Window ( float timedata, Gst window ) : void

Private Methods

Method Description
gst_fft_f32_fft ( IntPtr raw, float timedata, [ ArraySubType = UnmanagedType.Struct)]FFTF32Complex[]freqdata ) : void
gst_fft_f32_new ( int len, bool inverse ) : IntPtr
gst_fft_f32_window ( IntPtr raw, float timedata, int window ) : void

Method Details

FFTF32() public method

public FFTF32 ( int len, bool inverse ) : System
len int
inverse bool
return System

Fft() public method

public Fft ( float timedata, Gst freqdata ) : void
timedata float
freqdata Gst
return void

Window() public method

public Window ( float timedata, Gst window ) : void
timedata float
window Gst
return void