コード例 #1
0
 public TypeFindGetLengthFunctionWrapper(Gst.TypeFindGetLengthFunction managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new TypeFindGetLengthFunctionNative(NativeCallback);
     }
 }
コード例 #2
0
        public static Gst.TypeFindGetLengthFunction GetManagedDelegate(TypeFindGetLengthFunctionNative native)
        {
            if (native == null)
            {
                return(null);
            }
            TypeFindGetLengthFunctionWrapper wrapper = (TypeFindGetLengthFunctionWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
コード例 #3
0
 internal TypeFindGetLengthFunctionInvoker(TypeFindGetLengthFunctionNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
       __data = data;
       __notify = notify;
 }
コード例 #4
0
 internal TypeFindGetLengthFunctionInvoker(TypeFindGetLengthFunctionNative native_cb, IntPtr data)
     : this(native_cb, data, null)
 {
 }
コード例 #5
0
 internal TypeFindGetLengthFunctionInvoker(TypeFindGetLengthFunctionNative native_cb)
     : this(native_cb, IntPtr.Zero, null)
 {
 }
コード例 #6
0
 public static Gst.TypeFindGetLengthFunction GetManagedDelegate(TypeFindGetLengthFunctionNative native)
 {
     if (native == null)
     return null;
       TypeFindGetLengthFunctionWrapper wrapper = (TypeFindGetLengthFunctionWrapper) native.Target;
       if (wrapper == null)
     return null;
       return wrapper.managed;
 }
コード例 #7
0
 public TypeFindGetLengthFunctionWrapper(Gst.TypeFindGetLengthFunction managed)
 {
     this.managed = managed;
       if (managed != null)
     NativeDelegate = new TypeFindGetLengthFunctionNative (NativeCallback);
 }
コード例 #8
0
 internal TypeFindGetLengthFunctionInvoker(TypeFindGetLengthFunctionNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
コード例 #9
0
 internal TypeFindGetLengthFunctionInvoker(TypeFindGetLengthFunctionNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
コード例 #10
0
 internal TypeFindGetLengthFunctionInvoker(TypeFindGetLengthFunctionNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }