コード例 #1
0
        public ProxyVideoProducer findVideoProducer(ulong id)
        {
            IntPtr             cPtr = tinyWRAPPINVOKE.ProxyPluginMgr_findVideoProducer(swigCPtr, id);
            ProxyVideoProducer ret  = (cPtr == IntPtr.Zero) ? null : new ProxyVideoProducer(cPtr, false);

            return(ret);
        }
コード例 #2
0
 internal static HandleRef getCPtr(ProxyVideoProducer obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #3
0
 internal static HandleRef getCPtr(ProxyVideoProducer obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }