ffmpeg-d v4.4.1 (2023-04-04T12:30:04Z)
Dub
Repo
AVComplexFloat
ffmpeg
libavutil
tx
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow
struct
AVComplexFloat {
float
re
;
float
im
;
}
Members
Variables
im
float
im
;
Undocumented in source.
re
float
re
;
Undocumented in source.
Meta
Source
See Implementation
ffmpeg
libavutil
tx
aliases
av_tx_fn
enums
AVTXFlags
AVTXType
functions
av_tx_init
av_tx_uninit
structs
AVComplexDouble
AVComplexFloat
AVComplexInt32
AVTXContext