UpdateSound function

void UpdateSound(
  1. SoundC sound,
  2. Pointer<Void> data,
  3. int sampleCount
)

Implementation

void UpdateSound(SoundC sound, Pointer<Void> data, int sampleCount) => _module.UpdateSound(sound, data, sampleCount);