Interface SubtitleDecoder
-
- All Superinterfaces:
Decoder<SubtitleInputBuffer,SubtitleOutputBuffer,SubtitleDecoderException>
- All Known Implementing Classes:
Cea608Decoder,Cea708Decoder,DvbDecoder,ExoplayerCuesDecoder,Mp4WebvttDecoder,PgsDecoder,SimpleSubtitleDecoder,SsaDecoder,SubripDecoder,TtmlDecoder,Tx3gDecoder,WebvttDecoder
@Deprecated public interface SubtitleDecoder extends Decoder<SubtitleInputBuffer,SubtitleOutputBuffer,SubtitleDecoderException>
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.DecodesSubtitles fromSubtitleInputBuffers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidsetPositionUs(long positionUs)Deprecated.Informs the decoder of the current playback position.-
Methods inherited from interface com.google.android.exoplayer2.decoder.Decoder
dequeueInputBuffer, dequeueOutputBuffer, flush, getName, queueInputBuffer, release
-
-