ma_version_string function

  1. @Native<Pointer<Char> Function()>()>()
Pointer<Char> ma_version_string()

Retrieves the version of miniaudio as a string which can be useful for logging purposes.

Implementation

@ffi.Native<ffi.Pointer<ffi.Char> Function()>()
external ffi.Pointer<ffi.Char> ma_version_string();