ffmpeg.libavutil.intfloat

Undocumented in source.

Members

Functions

av_double2int
ulong av_double2int(double f)

Reinterpret a double as a 64-bit integer.

av_float2int
uint av_float2int(float f)

Reinterpret a float as a 32-bit integer.

av_int2double
double av_int2double(ulong i)

Reinterpret a 64-bit integer as a double.

av_int2float
float av_int2float(uint i)

Reinterpret a 32-bit integer as a float.

Unions

av_intfloat32
union av_intfloat32
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
av_intfloat64
union av_intfloat64
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta