Esempio n. 1
0
        public ProxyAudioProducer findAudioProducer(ulong id)
        {
            IntPtr             cPtr = tinyWRAPPINVOKE.ProxyPluginMgr_findAudioProducer(swigCPtr, id);
            ProxyAudioProducer ret  = (cPtr == IntPtr.Zero) ? null : new ProxyAudioProducer(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
 internal static HandleRef getCPtr(ProxyAudioProducer obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 3
0
 internal static HandleRef getCPtr(ProxyAudioProducer obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }