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