Class ProgramInformation
- java.lang.Object
-
- com.google.android.exoplayer2.source.dash.manifest.ProgramInformation
-
@Deprecated public final class ProgramInformation extends Object
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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
Deprecated.int
hashCode()
Deprecated.
-
-
-
Field Detail
-
title
@Nullable public final String title
Deprecated.The title for the media presentation.
-
source
@Nullable public final String source
Deprecated.Information about the original source of the media presentation.
-
copyright
@Nullable public final String copyright
Deprecated.A copyright statement for the media presentation.
-
moreInformationURL
@Nullable public final String moreInformationURL
Deprecated.A URL that provides more information about the media presentation.
-
lang
@Nullable public final String lang
Deprecated.Declares the language code(s) for this ProgramInformation.
-
-