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

Examples of com.bramosystems.oss.player.core.client.impl.playlist.PlaylistIndexOracle


     * Creates the PlaylistManager object.
     */
    public PlaylistManager() {
        urls = new Playlist();
        msgCache = new ArrayList<String>();
        indexOracle = new PlaylistIndexOracle();
        useCache = true;
        callback = initCallback();
    }
View Full Code Here

TOP

Related Classes of com.bramosystems.oss.player.core.client.impl.playlist.PlaylistIndexOracle

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.