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