|
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.seq.SEQTrack
public class SEQTrack
SEQTrack.
| Constructor Summary | |
|---|---|
SEQTrack(SEQDemultiplexer demux)
|
|
| Method Summary | |
|---|---|
long |
getPosition()
Gets the read position. |
long |
getSampleCount()
Returns the numbers of samples in this track. |
void |
read(Buffer buf)
Reads a sample from the input stream. |
void |
setPosition(long pos)
Sets the read position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SEQTrack(SEQDemultiplexer demux)
| Method Detail |
|---|
public long getSampleCount()
Track
getSampleCount in interface Trackpublic void setPosition(long pos)
Track
setPosition in interface Trackpublic long getPosition()
Track
getPosition in interface Trackpublic void read(Buffer buf)
Track
read in interface Trackbuf - The buffer for the sample.
|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||