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

bp_video_get_display_context_type() private method

private bp_video_get_display_context_type ( HandleRef player ) : VideoDisplayContextType
player System.Runtime.InteropServices.HandleRef
return VideoDisplayContextType
        private static extern VideoDisplayContextType bp_video_get_display_context_type (HandleRef player);
PlayerEngine