SoundD constructor
SoundD({
- StructPointer<
SoundD> ? op, - AudioStreamD? stream,
- int frameCount = 0,
Implementation
SoundD({
super.op,
AudioStreamD? stream,
int frameCount = 0,
}) :
_stream = stream ?? .zero(),
_frameCount = frameCount;