Back to Exoplayer

ProgramInformation (ExoPlayer library)

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

latest4.7 KB
Original Source

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

Class ProgramInformation

  • java.lang.Object

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

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

Field Summary

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

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | ProgramInformation​(String title, String source, String copyright, String moreInformationURL, String lang) | 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

- 

title

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

- 

source

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

- 

copyright

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

- 

moreInformationURL

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

- 

lang

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

Constructor Detail

- 

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.

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