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.IOException
public ImageSequenceTrack(java.io.File[] files) throws java.io.IOException
java.io.IOException
public long getFileDuration()
public void setFileDuration(long newValue)
public long getTimeScale()
public void setTimeScale(long newValue)
public long getSampleCount()
Track
getSampleCount
in interface Track
public void setPosition(long pos)
Track
setPosition
in interface Track
public long getPosition()
Track
getPosition
in interface Track