UpdateSound abstract method

void UpdateSound(
  1. SoundD sound,
  2. MemoryPointer<RVoid> data,
  3. int sampleCount
)

Update sound buffer with new data

Implementation

void UpdateSound(
  SoundD sound,
  MemoryPointer<RVoid> data,
  int sampleCount,
);