|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.monte.media.imgseq.ImageSequenceTrack
public class ImageSequenceTrack
ImageSequenceTrack.
| Constructor Summary | |
|---|---|
ImageSequenceTrack(java.io.File[] files)
|
|
ImageSequenceTrack(java.io.File dir,
java.io.FileFilter filter)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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| Method Detail |
|---|
public long getFileDuration()
public void setFileDuration(long newValue)
public long getTimeScale()
public void setTimeScale(long newValue)
public long getSampleCount()
Track
getSampleCount in interface Trackpublic void setPosition(long pos)
Track
setPosition in interface Trackpublic long getPosition()
Track
getPosition in interface Track
public void read(Buffer buf)
throws java.io.IOException
Track
read in interface Trackbuf - The buffer for the sample.
java.io.IOException
|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||