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"; }