SoundD constructor
SoundD({
- WasmStructPointer<
SoundD> ? originalPointer, - AudioStreamD? stream,
- int frameCount = 0,
Implementation
SoundD({
super.originalPointer,
AudioStreamD? stream,
this.frameCount = 0,
}) :
stream = stream ?? .zero();