public class SEQReader
extends java.lang.Object
SEQReader
.Constructor and Description |
---|
SEQReader(java.io.File file) |
SEQReader(java.io.File file,
boolean variableFramerate) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
BitmapImage |
createCompatibleBitmap() |
int |
getDuration(int index)
Reads the duration of the specified frame.
|
int |
getFrameCount() |
int |
getJiffies() |
int |
getTimeBase() |
void |
readFrame(int index,
BitmapImage image)
Reads a frame into the supplied image.
|
public SEQReader(java.io.File file) throws java.io.IOException
java.io.IOException
public SEQReader(java.io.File file, boolean variableFramerate) throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
public int getFrameCount()
public int getTimeBase()
public BitmapImage createCompatibleBitmap()
public void readFrame(int index, BitmapImage image)
public int getJiffies()
public int getDuration(int index)