Exemple #1
0
		public static Gst.Base.CollectDataDestroyNotify GetManagedDelegate (CollectDataDestroyNotifyNative native)
		{
			if (native == null)
				return null;
			CollectDataDestroyNotifyWrapper wrapper = (CollectDataDestroyNotifyWrapper) native.Target;
			if (wrapper == null)
				return null;
			return wrapper.managed;
		}
Exemple #2
0
		internal CollectDataDestroyNotifyInvoker (CollectDataDestroyNotifyNative native_cb, IntPtr data, GLib.DestroyNotify notify)
		{
			this.native_cb = native_cb;
			__data = data;
			__notify = notify;
		}
Exemple #3
0
		public CollectDataDestroyNotifyWrapper (Gst.Base.CollectDataDestroyNotify managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new CollectDataDestroyNotifyNative (NativeCallback);
		}
Exemple #4
0
		internal CollectDataDestroyNotifyInvoker (CollectDataDestroyNotifyNative native_cb, IntPtr data) : this (native_cb, data, null) {}