Class UtcTimingElement


  • @Deprecated
    public final class UtcTimingElement
    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.
    Represents a UTCTiming element.
    • Field Detail

      • schemeIdUri

        public final String schemeIdUri
        Deprecated.
      • value

        public final String value
        Deprecated.
    • Constructor Detail

      • UtcTimingElement

        public UtcTimingElement​(String schemeIdUri,
                                String value)
        Deprecated.