|
Copyright 2012-04-26 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Track
A Track refers to media data that can be interpreted in a time
coordinate system.
A track is the output of a Demultiplexer.
| 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. |
| Method Detail |
|---|
long getSampleCount()
void setPosition(long pos)
long getPosition()
void read(Buffer buf)
throws java.io.IOException
buf - 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 | ||||||||