コード例 #1
0
 public Xbmc()
 {
     File          = new XbmcFile(this);
     VideoLibrary  = new XbmcVideoLibrary(this);
     AudioLibrary  = new XbmcAudioLibrary(this);
     AudioPlayer   = new XbmcAudioPlayer(this);
     PicturePlayer = new XbmcPicturePlayer(this);
     VideoPlayer   = new XbmcVideoPlayer(this);
     Player        = new XbmcPlayer(this);
     SystemRunning = new XbmcSystem(this);
     Remote        = new XbmcRemote(this);
     MpcHcRemote   = new MpcHcRemote(this);
     ApiName       = "XXX";
 }
コード例 #2
0
ファイル: Xbmc.cs プロジェクト: Ghawken/FrontView
  public Xbmc()
  {
      File = new XbmcFile(this);
      VideoLibrary = new XbmcVideoLibrary(this);
      AudioLibrary = new XbmcAudioLibrary(this);
      AudioPlayer = new XbmcAudioPlayer(this);
      PicturePlayer = new XbmcPicturePlayer(this);
      VideoPlayer = new XbmcVideoPlayer(this);
      Player = new XbmcPlayer(this);
      SystemRunning = new XbmcSystem(this);
      Remote = new XbmcRemote(this);
      MpcHcRemote = new MpcHcRemote(this);
      ApiName = "EMBYAPI:";
 }