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 ofCueobjects.
-
-
-
Method Detail
-
decode
public ImmutableList<Cue> decode(byte[] bytes)
Deprecated.Decodes byte array into list ofCueobjects.- Parameters:
bytes- byte array produced byCueEncoder- Returns:
- decoded list of
Cueobjects.
-
-