-
public final class VideoFrame
-
-
Field Summary
Fields Modifier and Type Field Description private final ImageRefframeImageprivate final IntegerimageOrientationprivate final IntegerframeIndexprivate final LongframeTimestamp
-
Constructor Summary
Constructors Constructor Description VideoFrame(ImageRef frameImage, Integer imageOrientation, Integer frameIndex, Long frameTimestamp)
-
Method Summary
Modifier and Type Method Description final ImageRefgetFrameImage()final IntegergetImageOrientation()final IntegergetFrameIndex()final LonggetFrameTimestamp()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getFrameImage
final ImageRef getFrameImage()
-
getImageOrientation
final Integer getImageOrientation()
-
getFrameIndex
final Integer getFrameIndex()
-
getFrameTimestamp
final Long getFrameTimestamp()
-
-
-
-