ma_node_get_time function

  1. @Native<ma_uint64 Function(Pointer<Void>)>(ffi.Pointer<ma_node>)>()
int ma_node_get_time(
  1. Pointer<Void> pNode
)

Implementation

@ffi.Native<ma_uint64 Function(ffi.Pointer<ma_node>)>()
external int ma_node_get_time(ffi.Pointer<ma_node> pNode);