Back to Exoplayer

WebvttCueInfo (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/text/webvtt/WebvttCueInfo.html

latest2.1 KB
Original Source

Package com.google.android.exoplayer2.text.webvtt

Class WebvttCueInfo


[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classWebvttCueInfoextends[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.

A representation of a WebVTT cue.

Field Summary

Fields | Modifier and Type | Field | Description | | --- | --- | --- | | Cue | cue | Deprecated. | | long | endTimeUs | Deprecated. | | long | startTimeUs | Deprecated. |

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | WebvttCueInfo​(Cue cue, long startTimeUs, long endTimeUs) | Deprecated. |

Method Summary

- 

Methods inherited from class java.lang.Object

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

Field Detail

- 

cue

public final[Cue](../Cue.html "class in com.google.android.exoplayer2.text")cue

Deprecated.

- 

startTimeUs

public final long startTimeUs

Deprecated.

- 

endTimeUs

public final long endTimeUs

Deprecated.

Constructor Detail

- 

WebvttCueInfo

public WebvttCueInfo​([Cue](../Cue.html "class in com.google.android.exoplayer2.text")cue,
                     long startTimeUs,
                     long endTimeUs)

Deprecated.