public final class

ExternalLoader.LoadRequest

extends java.lang.Object

 java.lang.Object

↳androidx.media3.exoplayer.source.ExternalLoader.LoadRequest

Overview

A data class providing information associated with the load event.

Summary

Fields
public final Uriuri

The stored in the load request object.

Constructors
publicLoadRequest(Uri uri)

Creates an instance.

Methods
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public final Uri uri

The stored in the load request object.

Constructors

public LoadRequest(Uri uri)

Creates an instance.