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

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