Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class SaveCaptionStyle constructor(var foregroundColor: Int, var backgroundColor: Int, var windowColor: Int, var edgeType: Int, var edgeColor: Int, @FontRes var typeface: Int?, var typefaceFilePath: String?, var elevation: Int, var fixedTextSize: Float?, @Px var edgeSize: Float? = null, var removeCaptions: Boolean = false, var removeBloat: Boolean = true, var upperCase: Boolean = false)
Link copied to clipboard
data class SaveChromeCaptionStyle(var fontFamily: String? = null, var fontGenericFamily: Int? = null, var backgroundColor: Int = 16777215, var edgeColor: Int = Color.BLACK, var edgeType: Int = EDGE_TYPE_OUTLINE, var foregroundColor: Int = Color.WHITE, var fontScale: Float = 1.05f, var windowColor: Int = Color.TRANSPARENT)
Link copied to clipboard
class SubtitlesFragment