# Print output for @column tags ?> MediaParser.SeekableInputReader - Android SDK | Android Developers

Most visited

Recently visited

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 position.

Inherited methods

Public methods

seekToPosition

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.