setD method

Implementation

Pointer<AudioStreamC> setD(AudioStreamD o) {
  ref.setD(o);
  return this;
}