| Constructor and Description |
|---|
ImageSequenceTrack(java.io.File[] files) |
ImageSequenceTrack(java.io.File dir,
java.io.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(java.io.File dir,
java.io.FileFilter filter)
throws java.io.IOException
java.io.IOExceptionpublic ImageSequenceTrack(java.io.File[] files)
throws java.io.IOException
java.io.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 Track