setC method

SoundC setC(
  1. SoundC o
)

Implementation

SoundC setC(SoundC o) {
  stream.setC(o.stream);
  frameCount = o.frameCount;
  return this;
}