Example #1
0
 public VideoGLTextureUploadWrapper(Gst.Video.VideoGLTextureUpload managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new VideoGLTextureUploadNative(NativeCallback);
     }
 }
Example #2
0
        public static Gst.Video.VideoGLTextureUpload GetManagedDelegate(VideoGLTextureUploadNative native)
        {
            if (native == null)
            {
                return(null);
            }
            VideoGLTextureUploadWrapper wrapper = (VideoGLTextureUploadWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
Example #3
0
 internal VideoGLTextureUploadInvoker(VideoGLTextureUploadNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
Example #4
0
 internal VideoGLTextureUploadInvoker(VideoGLTextureUploadNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
Example #5
0
 internal VideoGLTextureUploadInvoker(VideoGLTextureUploadNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }