Summary description for VideoViewHandler.
Inheritance: MediaPortal.GUI.Library.ViewHandler
    public GUIVideoBaseWindow()
    {
      playlistPlayer = PlayListPlayer.SingletonPlayer;

      if (handler == null)
      {
        handler = new VideoViewHandler();
      }

      GUIWindowManager.OnNewAction += new OnActionHandler(OnNewAction);
    }
Ejemplo n.º 2
0
        public GUIVideoBaseWindow()
        {
            playlistPlayer = PlayListPlayer.SingletonPlayer;

            if (handler == null)
            {
                handler = new VideoViewHandler();
            }

            GUIWindowManager.OnNewAction += new OnActionHandler(OnNewAction);
        }