setD method

SoundC setD(
  1. SoundD o
)

Implementation

SoundC setD(SoundD o) {
  o.onOriginalPointer((p) {
    stream.setC(p.ref.stream);
  });
  frameCount = o.frameCount;
  return this;
}