ma_node_get_output_channels function

  1. @Native<ma_uint32 Function(Pointer<Void>, ma_uint32)>(ffi.Pointer<ma_node>, ma_uint32)>()
int ma_node_get_output_channels(
  1. Pointer<Void> pNode,
  2. int outputBusIndex
)

Implementation

@ffi.Native<ma_uint32 Function(ffi.Pointer<ma_node>, ma_uint32)>()
external int ma_node_get_output_channels(
  ffi.Pointer<ma_node> pNode,
  int outputBusIndex,
);