SetGainNative typedef

SetGainNative = Void Function(Float gain)

Defines the native C layout for adjusting signal gain.

Implementation

typedef SetGainNative = ffi.Void Function(ffi.Float gain);