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