DownloadRequest.TimeRange


public final class DownloadRequest.TimeRange implements Parcelable


Defines the time range.

Summary

Public fields

final long

The duration of the time range, in microseconds.

final long

The start position of the time range, in microseconds.

Public methods

int
boolean
int
void
writeToParcel(Parcel dest, int flags)

Inherited Constants

From android.os.Parcelable
static final int
static final int

Constants

CREATOR

public static final Parcelable.Creator<DownloadRequest.TimeRangeCREATOR

Public fields

durationUs

public final long durationUs

The duration of the time range, in microseconds.

startPositionUs

public final long startPositionUs

The start position of the time range, in microseconds.

Public methods

describeContents

public int describeContents()

equals

public boolean equals(@Nullable Object o)

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)