UpdateSound method

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

Update sound buffer with new data

Implementation

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