Constructor and Description |
---|
ANIMTrack(ANIMDemultiplexer demux) |
Modifier and Type | Method and Description |
---|---|
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.
|
public ANIMTrack(ANIMDemultiplexer demux)
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