Class 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 by CueEncoder.
    • Constructor Detail

      • CueDecoder

        public CueDecoder()
        Deprecated.
    • Method Detail

      • decode

        public ImmutableList<Cue> decode​(byte[] bytes)
        Deprecated.
        Decodes byte array into list of Cue objects.
        Parameters:
        bytes - byte array produced by CueEncoder
        Returns:
        decoded list of Cue objects.