300301302303304305306307308309310
/* Get AES key. */ byte[] key = callback.getData("play response"); /* Create channel player. */ this.player = new ChannelPlayer(this.protocol, track, key, listener); this.player.volume(this.volume); /* Start playing. */ this.play(); }