UpdateSound abstract method
Update sound buffer with new data
Implementation
void UpdateSound(
SoundStructType sound,
TypedDataList data,
num sampleCount,
);
Update sound buffer with new data
void UpdateSound(
SoundStructType sound,
TypedDataList data,
num sampleCount,
);