ma_notch2_get_latency function

  1. @Native<ma_uint32 Function(Pointer<ma_notch2>)>(ffi.Pointer<ma_notch2>)>()
int ma_notch2_get_latency(
  1. Pointer<ma_notch2> pFilter
)

Implementation

@ffi.Native<ma_uint32 Function(ffi.Pointer<ma_notch2>)>()
external int ma_notch2_get_latency(ffi.Pointer<ma_notch2> pFilter);