SoundD constructor
SoundD({
- Pointer<
SoundC> ? originalPointer, - required AudioStreamD stream,
- required int frameCount,
Implementation
SoundD({
super.originalPointer,
required this.stream,
required this.frameCount,
});