CustomSubtitleDecoderFactory

See https://github.com/google/ExoPlayer/blob/release-v2/library/core/src/main/java/com/google/android/exoplayer2/text/SubtitleDecoderFactory.java

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun createDecoder(format: Format): SubtitleDecoder

Decoders created here persists across reset() Do not save state in the decoder which you want to reset (e.g subtitle offset)

Link copied to clipboard
Link copied to clipboard
open override fun supportsFormat(format: Format): Boolean