UpdateSound abstract method

void UpdateSound(
  1. SoundStructType sound,
  2. TypedDataList data,
  3. num sampleCount
)

Implementation

void UpdateSound(
  SoundStructType sound,
  TypedDataList data,
  num sampleCount,
);