public interface IVideo
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
getFrame(int iFrameID)
Returns the frame of the image sequence with the given frameID.
|
int |
getFrameNumber()
Returns the number of frames in the image sequence.
|
int getFrameNumber()
java.awt.image.BufferedImage getFrame(int iFrameID)
iFrameID
- ID of the frame that should be returned as integer. Valid values are from 0 to frameNumber - 1.