ma_channel_position_to_string function

  1. @Native<Pointer<Char> Function(ma_channel)>(ma_channel)>()
Pointer<Char> ma_channel_position_to_string(
  1. 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);