Class UtcTimingElement
- java.lang.Object
-
- com.google.android.exoplayer2.source.dash.manifest.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 Summary
Fields Modifier and Type Field Description String
schemeIdUri
Deprecated.String
value
Deprecated.
-
Constructor Summary
Constructors Constructor Description UtcTimingElement(String schemeIdUri, String value)
Deprecated.
-