CustomSubripParser

@UnstableApi
class CustomSubripParser : SubtitleParser(source)

A SubtitleParser for SubRip.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val cueReplacementBehavior: @Format.CueReplacementBehavior Int

Functions

Link copied to clipboard
open override fun getCueReplacementBehavior(): @Format.CueReplacementBehavior Int
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()