DownloadRequest.TimeRange


class DownloadRequest.TimeRange : Parcelable


Defines the time range.

Summary

Public functions

Int
Boolean
equals(o: Any?)
Int
Unit
writeToParcel(dest: Parcel!, flags: Int)

Public properties

Long

The duration of the time range, in microseconds.

Long

The start position of the time range, in microseconds.

Constants

Public functions

describeContents

fun describeContents(): Int

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

durationUs

val durationUsLong

The duration of the time range, in microseconds.

startPositionUs

val startPositionUsLong

The start position of the time range, in microseconds.