toD method

SoundD toD([
  1. Pointer<SoundC>? ptr
])

Implementation

SoundD toD([Pointer<SoundC>? ptr]) => .new(
  originalPointer: ptr,
  stream: stream.toD(),
  frameCount: frameCount,
);