ma_delay_node_get_decay function

  1. @Native<Float Function(Pointer<ma_delay_node>)>(ffi.Pointer<ma_delay_node>)>()
double ma_delay_node_get_decay(
  1. Pointer<ma_delay_node> pDelayNode
)

Implementation

@ffi.Native<ffi.Float Function(ffi.Pointer<ma_delay_node>)>()
external double ma_delay_node_get_decay(ffi.Pointer<ma_delay_node> pDelayNode);