Back to Exoplayer

UtcTimingElement (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/source/dash/manifest/UtcTimingElement.html

latest2.7 KB
Original Source

Package com.google.android.exoplayer2.source.dash.manifest

Class UtcTimingElement

  • java.lang.Object

    • com.google.android.exoplayer2.source.dash.manifest.UtcTimingElement

[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classUtcTimingElementextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")

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. |

Method Summary

All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description | | --- | --- | --- | | String | toString() | Deprecated. |

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

- 

schemeIdUri

public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")schemeIdUri

Deprecated.

- 

value

public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")value

Deprecated.

Constructor Detail

- 

UtcTimingElement

public UtcTimingElement​([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")schemeIdUri,[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")value)

Deprecated.

Method Detail

- 

toString

public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()

Deprecated. Overrides:toString in class Object