public TypeFindPeekFunctionWrapper(Gst.TypeFindPeekFunction managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new TypeFindPeekFunctionNative(NativeCallback);
     }
 }
        public static Gst.TypeFindPeekFunction GetManagedDelegate(TypeFindPeekFunctionNative native)
        {
            if (native == null)
            {
                return(null);
            }
            TypeFindPeekFunctionWrapper wrapper = (TypeFindPeekFunctionWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
Ejemplo n.º 3
0
 public static Gst.TypeFindPeekFunction GetManagedDelegate(TypeFindPeekFunctionNative native)
 {
     if (native == null)
     return null;
       TypeFindPeekFunctionWrapper wrapper = (TypeFindPeekFunctionWrapper) native.Target;
       if (wrapper == null)
     return null;
       return wrapper.managed;
 }
Ejemplo n.º 4
0
 public TypeFindPeekFunctionWrapper(Gst.TypeFindPeekFunction managed)
 {
     this.managed = managed;
       if (managed != null)
     NativeDelegate = new TypeFindPeekFunctionNative (NativeCallback);
 }
Ejemplo n.º 5
0
 internal TypeFindPeekFunctionInvoker(TypeFindPeekFunctionNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
       __data = data;
       __notify = notify;
 }
Ejemplo n.º 6
0
 internal TypeFindPeekFunctionInvoker(TypeFindPeekFunctionNative native_cb, IntPtr data)
     : this(native_cb, data, null)
 {
 }
Ejemplo n.º 7
0
 internal TypeFindPeekFunctionInvoker(TypeFindPeekFunctionNative native_cb)
     : this(native_cb, IntPtr.Zero, null)
 {
 }
 internal TypeFindPeekFunctionInvoker(TypeFindPeekFunctionNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
 internal TypeFindPeekFunctionInvoker(TypeFindPeekFunctionNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
 internal TypeFindPeekFunctionInvoker(TypeFindPeekFunctionNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }