Examples of XSPFHandler


Examples of com.bramosystems.oss.player.playlist.client.impl.XSPFHandler

     * @param xspf playlist data in XSPF format
     * @return SPFPlaylist object
     * @throws ParseException if a error occurs during parsing
     */
    public static SPFPlaylist parseXspfPlaylist(String xspf) throws ParseException {
        return new XSPFHandler().getPlaylist(xspf);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.