@override SoundD setD(SoundD o) { originalPointer ??= o.originalPointer; stream.setD(o.stream); frameCount = o.frameCount; return this; }