internal SoundIOOutStream(Pointer <SoundIoOutStream> handle) { this.handle = handle; }
// instance members internal SoundIOChannelLayout(Pointer <SoundIoChannelLayout> handle) { this.handle = handle; }
internal SoundIOChannelArea(Pointer <SoundIoChannelArea> handle) { this.handle = handle; }