public class SEQReader extends Object
SEQReader.| Constructor and Description |
|---|
SEQReader(File file) |
SEQReader(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(File file) throws IOException
IOExceptionpublic SEQReader(File file, boolean variableFramerate) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic int getFrameCount()
public int getTimeBase()
public BitmapImage createCompatibleBitmap()
public void readFrame(int index,
BitmapImage image)
public int getJiffies()
public int getDuration(int index)
Copyright © 2014. All Rights Reserved.