Package uk.co.caprica.vlcj.player.direct

Examples of uk.co.caprica.vlcj.player.direct.DefaultDirectMediaPlayer$UnlockCallback


     * @param renderCallback callback to receive the video frame data
     * @return media player instance
     */
    public DirectMediaPlayer newDirectMediaPlayer(BufferFormatCallback bufferFormatCallback, RenderCallback renderCallback) {
        Logger.debug("newDirectMediaPlayer(formatCallback={},renderCallback={})", bufferFormatCallback, renderCallback);
        return new DefaultDirectMediaPlayer(libvlc, instance, bufferFormatCallback, renderCallback);
    }
View Full Code Here

TOP

Related Classes of uk.co.caprica.vlcj.player.direct.DefaultDirectMediaPlayer$UnlockCallback

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.