ma_node_get_output_bus_volume function

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

Implementation

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