Exemple #1
0
 internal SoundIOOutStream(Pointer <SoundIoOutStream> handle)
 {
     this.handle = handle;
 }
        // instance members

        internal SoundIOChannelLayout(Pointer <SoundIoChannelLayout> handle)
        {
            this.handle = handle;
        }
Exemple #3
0
 internal SoundIOChannelArea(Pointer <SoundIoChannelArea> handle)
 {
     this.handle = handle;
 }