| Constructor and Description |
|---|
ImageSequenceTrack(File[] files) |
ImageSequenceTrack(File dir,
FileFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFileDuration() |
long |
getPosition()
Gets the read position.
|
long |
getSampleCount()
Returns the numbers of samples in this track.
|
long |
getTimeScale() |
void |
read(Buffer buf)
Reads a sample from the input stream.
|
void |
setFileDuration(long newValue) |
void |
setPosition(long pos)
Sets the read position.
|
void |
setTimeScale(long newValue) |
public ImageSequenceTrack(File dir, FileFilter filter) throws IOException
IOExceptionpublic ImageSequenceTrack(File[] files) throws IOException
IOExceptionpublic long getFileDuration()
public void setFileDuration(long newValue)
public long getTimeScale()
public void setTimeScale(long newValue)
public long getSampleCount()
TrackgetSampleCount in interface Trackpublic void setPosition(long pos)
TracksetPosition in interface Trackpublic long getPosition()
TrackgetPosition in interface Trackpublic void read(Buffer buf) throws IOException
Trackread in interface Trackbuf - The buffer for the sample.IOExceptionCopyright © 2014. All Rights Reserved.