ffmpeg.libavutil.intfloat

Undocumented in source.

Members

Static functions

av_double2int
uint64_t av_double2int(double f)

Reinterpret a double as a 64-bit integer.

av_float2int
uint32_t av_float2int(float f)

Reinterpret a float as a 32-bit integer.

av_int2double
double av_int2double(uint64_t i)

Reinterpret a 64-bit integer as a double.

av_int2float
float av_int2float(uint32_t 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