Beispiel #1
0
        public ProxyVideoConsumer findVideoConsumer(ulong id)
        {
            IntPtr             cPtr = tinyWRAPPINVOKE.ProxyPluginMgr_findVideoConsumer(swigCPtr, id);
            ProxyVideoConsumer ret  = (cPtr == IntPtr.Zero) ? null : new ProxyVideoConsumer(cPtr, false);

            return(ret);
        }
Beispiel #2
0
 internal static HandleRef getCPtr(ProxyVideoConsumer obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(ProxyVideoConsumer obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }