Package com.bramosystems.oss.player.playlist.client.impl

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

Related Classes of com.bramosystems.oss.player.playlist.client.impl.XSPFHandler

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.