Regalamiunsorriso/decompiled-libs/www/acxent-videoj-1.0.0/org/jcodec/common/SeekableDemuxerTrack.java

13 lines
319 B
Java
Raw Normal View History

2026-04-22 18:41:37 +02:00
package org.jcodec.common;
import java.io.IOException;
public interface SeekableDemuxerTrack extends DemuxerTrack {
boolean gotoFrame(long paramLong) throws IOException;
boolean gotoSyncFrame(long paramLong) throws IOException;
long getCurFrame();
void seek(double paramDouble) throws IOException;
}