docs/doc/reference/com/google/android/exoplayer2/source/dash/manifest/Descriptor.html
Package com.google.android.exoplayer2.source.dash.manifest
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classDescriptorextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
A descriptor, as defined by ISO 23009-1, 2nd edition, 5.8.2.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| String | id |
Deprecated.
The identifier, or null.
|
| String | schemeIdUri |
Deprecated.
The scheme URI.
|
| String | value |
Deprecated.
The value, or null. |
Constructors | Constructor | Description |
| --- | --- |
| Descriptor(String schemeIdUri, String value, String id) |
Deprecated.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| boolean | equals(Object obj) |
Deprecated.
|
| int | hashCode() |
Deprecated.
|
-
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")schemeIdUri
Deprecated.
The scheme URI.
-
@Nullable
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")value
Deprecated.
The value, or null.
-
@Nullable
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")id
Deprecated.
The identifier, or null.
-
public Descriptor([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")schemeIdUri,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")value,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")id)
Deprecated.
Parameters:schemeIdUri - The scheme URI.value - The value, or null.id - The identifier, or null.
-
public boolean equals(@Nullable[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")obj)
Deprecated.
Overrides:equals in class Object
-
public int hashCode()
Deprecated.
Overrides:hashCode in class Object