Back to Exoplayer

Descriptor (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/source/dash/manifest/Descriptor.html

latest3.4 KB
Original Source

Package com.google.android.exoplayer2.source.dash.manifest

Class Descriptor

  • java.lang.Object

    • com.google.android.exoplayer2.source.dash.manifest.Descriptor

[@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.

Field Summary

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. |

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | Descriptor​(String schemeIdUri, String value, String id) | Deprecated. |

Method Summary

All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description | | --- | --- | --- | | boolean | equals​(Object obj) | Deprecated. | | int | hashCode() | Deprecated. |

- 

Methods inherited from class java.lang.Object

clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

Field Detail

- 

schemeIdUri

public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")schemeIdUri

Deprecated.

The scheme URI.

- 

value

@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.

- 

id

@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.

Constructor Detail

- 

Descriptor

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.

Method Detail

- 

equals

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

- 

hashCode

public int hashCode()

Deprecated. Overrides:hashCode in class Object