Added in API level 30

SeekableInputReader

interface SeekableInputReader : MediaParser.InputReader
android.media.MediaParser.SeekableInputReader

InputReader that allows setting the read position.

Summary

Public methods
abstract Unit
seekToPosition(position: Long)

Sets the read position at the given position.

Inherited functions

Public methods

seekToPosition

Added in API level 30
abstract fun seekToPosition(position: Long): Unit

Sets the read position at the given position.

advance will immediately return after calling this method.

Parameters
position Long: The position to seek to, in bytes.