ma_channel_position_to_string function
- @Native<Pointer<
Char> Function(ma_channel)>(ma_channel)>()
- int channel
Retrieves a human readable version of a channel position.
Implementation
@ffi.Native<ffi.Pointer<ffi.Char> Function(ma_channel)>()
external ffi.Pointer<ffi.Char> ma_channel_position_to_string(int channel);