docs/doc/reference/com/google/android/exoplayer2/source/dash/manifest/ProgramInformation.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 classProgramInformationextends[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 parsed program information element.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| String | copyright |
Deprecated.
A copyright statement for the media presentation.
|
| String | lang |
Deprecated.
Declares the language code(s) for this ProgramInformation.
|
| String | moreInformationURL |
Deprecated.
A URL that provides more information about the media presentation.
|
| String | source |
Deprecated.
Information about the original source of the media presentation.
|
| String | title |
Deprecated.
The title for the media presentation. |
Constructors | Constructor | Description |
| --- | --- |
| ProgramInformation(String title, String source, String copyright, String moreInformationURL, String lang) |
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
-
@Nullable
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")title
Deprecated.
The title for the media presentation.
-
@Nullable
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")source
Deprecated.
Information about the original source of the media presentation.
-
@Nullable
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")copyright
Deprecated.
A copyright statement for the media presentation.
-
@Nullable
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")moreInformationURL
Deprecated.
A URL that provides more information about the media presentation.
-
@Nullable
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")lang
Deprecated.
Declares the language code(s) for this ProgramInformation.
-
public ProgramInformation(@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")title,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")source,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")copyright,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")moreInformationURL,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")lang)
Deprecated.
-
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