public final class

SeekMap.SeekPoints

extends java.lang.Object

 java.lang.Object

↳androidx.media3.extractor.SeekMap.SeekPoints

Overview

Contains one or two SeekPoints.

Summary

Fields
public final SeekPointfirst

The first seek point.

public final SeekPointsecond

The second seek point, or SeekMap.SeekPoints.first if there's only one seek point.

Constructors
publicSeekPoints(SeekPoint point)

publicSeekPoints(SeekPoint first, SeekPoint second)

Methods
public booleanequals(java.lang.Object obj)

public inthashCode()

public java.lang.StringtoString()

from java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait

Fields

public final SeekPoint first

The first seek point.

public final SeekPoint second

The second seek point, or SeekMap.SeekPoints.first if there's only one seek point.

Constructors

public SeekPoints(SeekPoint point)

Parameters:

point: The single seek point.

public SeekPoints(SeekPoint first, SeekPoint second)

Parameters:

first: The first seek point.
second: The second seek point.

Methods

public java.lang.String toString()

public boolean equals(java.lang.Object obj)

public int hashCode()