ffmpeg4d ~master (2019-03-09T23:21:58Z)
Dub
Repo
av_intfloat32
ffmpeg
libavutil
intfloat
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
union
av_intfloat32 {
uint
i
;
float
f
;
}
Members
Variables
f
float
f
;
Undocumented in source.
i
uint
i
;
Undocumented in source.
Meta
Source
See Implementation
ffmpeg
libavutil
intfloat
functions
av_double2int
av_float2int
av_int2double
av_int2float
unions
av_intfloat32
av_intfloat64