UpdateSound method

String UpdateSound(
  1. SoundBase<SoundBase<dynamic, AudioStreamBase>, AudioStreamBase> sound,
  2. TypedDataList data,
  3. num sampleCount
)

Implementation

String UpdateSound(
  SoundBase sound,
  TypedDataList data,
  num sampleCount,
) => 'UpdateSound($sound, data: ${data.length}, sampleCount: $sampleCount)';