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

VideoWindowRealize() public method

public VideoWindowRealize ( IntPtr window ) : void
window System.IntPtr
return void
        public override void VideoWindowRealize (IntPtr window)
        {
            bp_video_window_realize (handle, window);
        }
PlayerEngine