AVExtFloat

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 AVExtFloat {}

Members

Variables

exponent
uint8_t[2] exponent;
Undocumented in source.
mantissa
uint8_t[8] mantissa;
Undocumented in source.

Meta