Package org.livesub.input

Examples of org.livesub.input.CaptionsParser


        }
       
        LOG.info(String.format("Load file %s", file.getPath()));
       
        stop();
        CaptionsParser parser = new CaptionsParser();
        subtitles = parser.read(file);
        subtitleTask.setSubtitleList(subtitles);
        setDisplayedText(Utils.LOADED_TEXT);
        Utils.playerState.setState(PlayerStateEnum.LOADED);

    }
View Full Code Here

TOP

Related Classes of org.livesub.input.CaptionsParser

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.