Class CueDecoder
- java.lang.Object
-
- com.google.android.exoplayer2.text.CueDecoder
-
@Deprecated public final class CueDecoder 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.Decodes data encoded byCueEncoder
.
-
-
Constructor Summary
Constructors Constructor Description CueDecoder()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ImmutableList<Cue>
decode(byte[] bytes)
Deprecated.Decodes byte array into list ofCue
objects.
-
-
-
Method Detail
-
decode
public ImmutableList<Cue> decode(byte[] bytes)
Deprecated.Decodes byte array into list ofCue
objects.- Parameters:
bytes
- byte array produced byCueEncoder
- Returns:
- decoded list of
Cue
objects.
-
-