Class Descriptor


  • @Deprecated
    public final class Descriptor
    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 descriptor, as defined by ISO 23009-1, 2nd edition, 5.8.2.
    • Field Detail

      • schemeIdUri

        public final String schemeIdUri
        Deprecated.
        The scheme URI.
      • value

        @Nullable
        public final String value
        Deprecated.
        The value, or null.
      • id

        @Nullable
        public final String id
        Deprecated.
        The identifier, or null.
    • Constructor Detail

      • Descriptor

        public Descriptor​(String schemeIdUri,
                          @Nullable
                          String value,
                          @Nullable
                          String id)
        Deprecated.
        Parameters:
        schemeIdUri - The scheme URI.
        value - The value, or null.
        id - The identifier, or null.
    • 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