Gst.FFT.F32 – gstreamer-fft-1.0 Reference Manual
Packages
gstreamer-fft-1.0
Gst
FFT
F32
F32
fft
free
inverse_fft
window
F32
Object Hierarchy:
Description:
[
CCode
( has_type_id =
false
) ]
[
Compact
]
[
GIR
( name =
"FFTF32"
) ]
public
class
F32
Namespace:
Gst.FFT
Package:
gstreamer-fft-1.0
Content:
Creation methods:
public
F32
(
int
len,
bool
inverse)
Methods:
public
void
fft
(
float
timedata,
F32Complex
freqdata)
public
void
free
()
public
void
inverse_fft
(
F32Complex
freqdata,
float
timedata)
public
void
window
(
float
timedata,
Window
window)