Package-level declarations

Types

Link copied to clipboard
data class SaveCaptionStyle(var foregroundColor: Int, var backgroundColor: Int, var windowColor: Int, var edgeType: @CaptionStyleCompat.EdgeType Int, var edgeColor: Int, @FontRes var typeface: Int?, var typefaceFilePath: String?, var elevation: Int, var fixedTextSize: Float?, 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 = TextTrackStyle.EDGE_TYPE_OUTLINE, var foregroundColor: Int = Color.WHITE, var fontScale: Float = 1.05f, var windowColor: Int = Color.TRANSPARENT)
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
const val DEF_SUBS_ELEVATION: Int = 20
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val SUBTITLE_KEY: String