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

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