Example #1
0
 public XbmcHttp()
 {
     File          = new XbmcHttpFile(this);
     VideoLibrary  = new XbmcHttpVideoLibrary(this);
     AudioLibrary  = new XbmcHttpAudioLibrary(this);
     AudioPlayer   = new XbmcHttpAudioPlayer(this);
     PicturePlayer = new XbmcHttpPicturePlayer(this);
     VideoPlayer   = new XbmcHttpVideoPlayer(this);
     Player        = new XbmcHttpPlayer(this);
     System        = new XbmcHttpSystem(this);
     Remote        = new XbmcHttpRemote(this);
     ApiName       = "XHT";
 }
Example #2
0
 public XbmcHttp()
 {
     File = new XbmcHttpFile(this);
     VideoLibrary = new XbmcHttpVideoLibrary(this);
     AudioLibrary = new XbmcHttpAudioLibrary(this);
     AudioPlayer = new XbmcHttpAudioPlayer(this);
     PicturePlayer = new XbmcHttpPicturePlayer(this);
     VideoPlayer = new XbmcHttpVideoPlayer(this);
     Player = new XbmcHttpPlayer(this);
     System = new XbmcHttpSystem(this);
     Remote = new XbmcHttpRemote(this);
     ApiName = "XHT";
 }