Package org.rssowl.contrib.podcast.player

Examples of org.rssowl.contrib.podcast.player.IPlayer


   * @param mime
   * @return Returns the player for a certain mimetype.
   */
  public IPlayer getPlayer(IContent pContent) {

    IPlayer lPlayer = null;
    // Sequence:
    // 1. Get the MIME type, base type if any.
    // 2. From the list players

    if (pContent == null) {
View Full Code Here

TOP

Related Classes of org.rssowl.contrib.podcast.player.IPlayer

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.