Ejemplo n.º 1
0
        bool InvokeNative(Gst.Video.VideoGLTextureUploadMeta meta, uint texture_id)
        {
            IntPtr native_meta = GLib.Marshaller.StructureToPtrAlloc(meta);
            bool   __result    = native_cb(native_meta, texture_id);

            Marshal.FreeHGlobal(native_meta);
            return(__result);
        }
 static void ReadNative(IntPtr native, ref Gst.Video.VideoGLTextureUploadMeta target)
 {
     target = New(native);
 }