# Print output for @column tags ?>
public
static
interface
MediaParser.SeekableInputReader
implements
MediaParser.InputReader
| android.media.MediaParser.SeekableInputReader |
InputReader that allows setting the read position.
Public methods | |
|---|---|
abstract
void
|
seekToPosition(long position)
Sets the read position at the given |
Inherited methods | |
|---|---|
public abstract void seekToPosition (long position)
Sets the read position at the given position.
MediaParser.advance(MediaParser.SeekableInputReader) will immediately return after calling this method.
| Parameters | |
|---|---|
position |
long: The position to seek to, in bytes. |