BufferedRange

data class BufferedRange(val startTime: Long = UNKNOWN_LONG_VAL, val duration: Long = UNKNOWN_LONG_VAL) : Parcelable

Constructors

Link copied to clipboard
constructor(parcel: Parcel)
constructor(startTime: Long = UNKNOWN_LONG_VAL, duration: Long = UNKNOWN_LONG_VAL)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Duration of the buffer, in milliseconds. This buffer duration is the range available for seeking

Link copied to clipboard

Start time of the buffer, in milliseconds.

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)