MusicC setC(MusicC o) { stream.setC(o.stream); frameCount = o.frameCount; looping = o.looping; ctxType = o.ctxType; ctxData = o.ctxData; return this; }