Package com.pugh.sockso.web.action.playlist

Examples of com.pugh.sockso.web.action.playlist.M3uer


            xspf.init( protocol );
            action = xspf;
        }
               
        else if ( command.equals("m3u") ) {
            M3uer m3u = injector.getInstance( M3uer.class );
            m3u.init( protocol );
            action = m3u;
        }
               
        else if ( command.equals("pls") ) {
            Plser pls = injector.getInstance( Plser.class );
View Full Code Here

TOP

Related Classes of com.pugh.sockso.web.action.playlist.M3uer

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.