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 StringcopyrightDeprecated.A copyright statement for the media presentation.StringlangDeprecated.Declares the language code(s) for this ProgramInformation.StringmoreInformationURLDeprecated.A URL that provides more information about the media presentation.StringsourceDeprecated.Information about the original source of the media presentation.StringtitleDeprecated.The title for the media presentation.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.inthashCode()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.
-
-