decodedFormatAsInt property

  1. @UnsignedInt()
int decodedFormatAsInt
getter/setter pair

The decoded format to use. Set to ma_format_unknown (default) to use the file's native format.

Implementation

@ffi.UnsignedInt()
external int decodedFormatAsInt;