UpdateSound function

  1. @Native<Void Function(Sound, Pointer<Void>, Int)>(Sound, ffi.Pointer<ffi.Void>, ffi.Int)>()
void UpdateSound(
  1. Sound sound,
  2. Pointer<Void> data,
  3. int sampleCount
)

Implementation

@ffi.Native<ffi.Void Function(Sound, ffi.Pointer<ffi.Void>, ffi.Int)>()
external void UpdateSound(
  Sound sound,
  ffi.Pointer<ffi.Void> data,
  int sampleCount,
);