UpdateSound method
String
UpdateSound(
- SoundBase<
SoundBase< sound,dynamic, AudioStreamBase> , AudioStreamBase> - TypedDataList data,
- num sampleCount
Implementation
String UpdateSound(
SoundBase sound,
TypedDataList data,
num sampleCount,
) => 'UpdateSound($sound, data: ${data.length}, sampleCount: $sampleCount)';