Copies the fields of o into this instance and returns this.
o
this
@override SoundD setD(SoundD o) { stream.setD(o.stream); frameCount = o.frameCount; return this; }