@UnstableApi
class SeekPoint


Defines a seek point in a media stream.

Summary

Constants

const SeekPoint!

A SeekPoint whose time and byte offset are both set to 0.

Public constructors

SeekPoint(timeUs: Long, position: Long)

Public functions

Boolean
equals(obj: Any?)
Int
String!

Public properties

Long

The byte offset of the seek point.

Long

The time of the seek point, in microseconds.

Constants

START

const val STARTSeekPoint!

A SeekPoint whose time and byte offset are both set to 0.

Public constructors

SeekPoint

SeekPoint(timeUs: Long, position: Long)
Parameters
timeUs: Long

The time of the seek point, in microseconds.

position: Long

The byte offset of the seek point.

Public functions

equals

fun equals(obj: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String!

Public properties

position

val positionLong

The byte offset of the seek point.

timeUs

val timeUsLong

The time of the seek point, in microseconds.