Class ProgramInformation
- java.lang.Object
-
- com.google.android.exoplayer2.source.dash.manifest.ProgramInformation
-
public final class ProgramInformation extends Object
A parsed program information element.
-
-
Field Summary
Fields Modifier and Type Field Description String
copyright
A copyright statement for the media presentation.String
lang
Declares the language code(s) for this ProgramInformation.String
moreInformationURL
A URL that provides more information about the media presentation.String
source
Information about the original source of the media presentation.String
title
The title for the media presentation.
-
-
-
Field Detail
-
title
@Nullable public final String title
The title for the media presentation.
-
source
@Nullable public final String source
Information about the original source of the media presentation.
-
copyright
@Nullable public final String copyright
A copyright statement for the media presentation.
-
moreInformationURL
@Nullable public final String moreInformationURL
A URL that provides more information about the media presentation.
-
lang
@Nullable public final String lang
Declares the language code(s) for this ProgramInformation.
-
-