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

VideoExpose() public method

public VideoExpose ( IntPtr window, bool direct ) : void
window System.IntPtr
direct bool
return void
        public override void VideoExpose (IntPtr window, bool direct)
        {
            bp_video_window_expose (handle, window, direct);
        }
PlayerEngine