SaveCaptionStyle

constructor(    foregroundColor: Int,     backgroundColor: Int,     windowColor: Int,     edgeType: @CaptionStyleCompat.EdgeType Int,     edgeColor: Int,     @FontRes typeface: Int?,     typefaceFilePath: String?,     elevation: Int,     fixedTextSize: Float?,     @Px edgeSize: Float? = null,     removeCaptions: Boolean = false,     removeBloat: Boolean = true,     upperCase: Boolean = false)(source)