示例#1
0
 internal XbmcPlayer(JsonRpcClient client)
     : base(client)
 {
     this.audio    = new XbmcAudioPlayer(client);
     this.video    = new XbmcVideoPlayer(client);
     this.pictures = new XbmcPicturePlayer(client);
 }
示例#2
0
 internal XbmcPlayer(JsonRpcClient client)
     : base(client)
 {
     //this.id = -1;
     this.audio = new XbmcAudioPlayer(client);
     this.video = new XbmcVideoPlayer(client);
     this.pictures = new XbmcPicturePlayer(client);
 }