3031323334353637383940
.artist( new Artist.Builder().id(1).name("Usher").build() ) .path("/music/usher-yeah.mp3") .name("yeah") .build(); ms = new AbstractMusicStream(tr) { public void sendAudioStream( DataOutputStream client ) throws IOException { // Do nothing } }; }