Package net.pms.dlna

Examples of net.pms.dlna.WebAudioStream


    }
    this.refresh = false;
  }

  private WebAudioStream trackToStream(Track track) {
    return new WebAudioStream(
      String.format("%s (%s)", track.getTitle(), track.getFormattedDuration()),
      track.getStreamUrl() + "?consumer_key=" + Authorization.ConsumerKey,
      track.getArtworkUrl());
  }
View Full Code Here

TOP

Related Classes of net.pms.dlna.WebAudioStream

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.