CustomSubripParser

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun parse(data: ByteArray, outputOptions: SubtitleParser.OutputOptions, output: Consumer<CuesWithTiming>)
open override fun parse(data: ByteArray, offset: Int, length: Int, outputOptions: SubtitleParser.OutputOptions, output: Consumer<CuesWithTiming>)
Link copied to clipboard
open fun parseToLegacySubtitle(data: ByteArray, offset: Int, length: Int): Subtitle
Link copied to clipboard
open fun reset()