Package com.itstherules.metadata

Examples of com.itstherules.metadata.FrameSequence


    this.ioh = ioh;
    fh = ioh.getFileReader();
    fh.setDebug(ioh.isDebug());
    bh = ioh.getBufferHelper();
    tags = new ArrayList<TagStore>();
    frameseq = new FrameSequence();
    keyFrameTagTimes = new ArrayList<Double>();
    keyFrameTagOffsets = new ArrayList<Double>();
    cuePointTags = new ArrayList<Object>();
    prevTagLen = 0L;
    tagType = 0;
View Full Code Here

TOP

Related Classes of com.itstherules.metadata.FrameSequence

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.