Class 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 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.
    • Constructor Detail

      • ProgramInformation

        public ProgramInformation​(@Nullable
                                  String title,
                                  @Nullable
                                  String source,
                                  @Nullable
                                  String copyright,
                                  @Nullable
                                  String moreInformationURL,
                                  @Nullable
                                  String lang)
        Deprecated.
    • Method Detail

      • equals

        public boolean equals​(@Nullable
                              Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object