Banshee.GStreamer.PlayerEngine.bp_video_window_expose C# (CSharp) Method

bp_video_window_expose() private method

private bp_video_window_expose ( HandleRef player, IntPtr displayContext, bool direct ) : void
player System.Runtime.InteropServices.HandleRef
displayContext System.IntPtr
direct bool
return void
        private static extern void bp_video_window_expose (HandleRef player, IntPtr displayContext, bool direct);
PlayerEngine