Exemplo n.º 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);
        }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(ProxyVideoProducer obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(ProxyVideoProducer obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }