Class BaseUrl


  • @Deprecated
    public final class BaseUrl
    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 base URL, as defined by ISO 23009-1, 2nd edition, 5.6. and ETSI TS 103 285 V1.2.1, 10.8.2.1
    • Field Detail

      • DEFAULT_WEIGHT

        public static final int DEFAULT_WEIGHT
        Deprecated.
        The default weight.
        See Also:
        Constant Field Values
      • DEFAULT_DVB_PRIORITY

        public static final int DEFAULT_DVB_PRIORITY
        Deprecated.
        The default priority.
        See Also:
        Constant Field Values
      • PRIORITY_UNSET

        public static final int PRIORITY_UNSET
        Deprecated.
        Constant representing an unset priority in a manifest that does not declare a DVB profile.
        See Also:
        Constant Field Values
      • url

        public final String url
        Deprecated.
        The URL.
      • serviceLocation

        public final String serviceLocation
        Deprecated.
        The service location.
      • priority

        public final int priority
        Deprecated.
        The priority.
      • weight

        public final int weight
        Deprecated.
        The weight.
    • Constructor Detail

      • BaseUrl

        public BaseUrl​(String url,
                       String serviceLocation,
                       int priority,
                       int weight)
        Deprecated.
        Creates an instance.
    • Method Detail

      • equals

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

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