-
- All Implemented Interfaces:
-
io.scanbot.tools.mediafpsplayer.VideoProcessor,java.lang.AutoCloseable
public final class VideoProcessorV2 implements VideoProcessor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVideoProcessorV2.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanhasMoreFrames
-
Constructor Summary
Constructors Constructor Description VideoProcessorV2(File input, Integer fps, Integer frameExtractionOption, FrameExtractorListener extractorListener, Long extractionTimeoutMs, Integer extractionFailureMaxRetry)
-
Method Summary
Modifier and Type Method Description BooleangetHasMoreFrames()VideoFramenextFrame()Returns next frame of the given video. Unitclose()-
-
Method Detail
-
getHasMoreFrames
Boolean getHasMoreFrames()
-
nextFrame
VideoFrame nextFrame()
Returns next frame of the given video.
-
-
-
-