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