Package uk.co.caprica.vlcj.player.list

Examples of uk.co.caprica.vlcj.player.list.DefaultMediaListPlayer


     *
     * @return media player instance
     */
    public MediaListPlayer newMediaListPlayer() {
        Logger.debug("newMediaListPlayer()");
        return new DefaultMediaListPlayer(libvlc, instance);
    }
View Full Code Here

TOP

Related Classes of uk.co.caprica.vlcj.player.list.DefaultMediaListPlayer

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.