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

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


     *
     * @return ASXPlaylist object
     * @throws ParseException if an error occurs during parsing
     */
    public static ASXPlaylist parseAsxPlaylist(String asx) throws ParseException {
        return new ASXHandler().getPlaylist(asx);
    }
View Full Code Here

TOP

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

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.