DownloadRequest.ByteRange
Artifact: androidx.media3:media3-exoplayer
public final class DownloadRequest.ByteRange implements Parcelable
Defines the byte range.
Summary
Constants |
|
|---|---|
static final Parcelable.Creator<DownloadRequest.ByteRange> |
Public fields |
|
|---|---|
final long |
The length of the byte range. |
final long |
The offset of the byte range. |
Public methods |
|
|---|---|
int |
|
boolean |
|
int |
hashCode() |
void |
writeToParcel(Parcel dest, int flags) |
Inherited Constants |
||||
|---|---|---|---|---|
|