C# Class Gst.FFT.FFTF32

Inheritance: GLib.Opaque
Afficher le fichier Open project: GStreamer/gstreamer-sharp

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public FFTF32 ( int len, bool inverse ) : System
len int
inverse bool
Résultat System

Fft() public méthode

public Fft ( float timedata, Gst freqdata ) : void
timedata float
freqdata Gst
Résultat void

Window() public méthode

public Window ( float timedata, Gst window ) : void
timedata float
window Gst
Résultat void