public static class CaptionsConfig.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Builder(android.content.res.TypedArray a) |
Modifier and Type | Method and Description |
---|---|
CaptionsConfig.Builder |
backgroundColor(java.lang.String backgroundColor) |
CaptionsConfig.Builder |
backgroundOpacity(java.lang.Integer backgroundOpacity) |
CaptionsConfig |
build() |
CaptionsConfig.Builder |
color(java.lang.String captionsColor) |
CaptionsConfig.Builder |
edgeStyle(java.lang.String edgeStyle) |
CaptionsConfig.Builder |
fontFamily(java.lang.String fontFamily) |
CaptionsConfig.Builder |
fontOpacity(java.lang.Integer fontOpacity) |
CaptionsConfig.Builder |
fontSize(java.lang.Integer fontSize) |
CaptionsConfig.Builder |
windowColor(java.lang.String windowColor) |
CaptionsConfig.Builder |
windowOpacity(java.lang.Integer windowOpacity) |
public Builder()
public Builder(android.content.res.TypedArray a)
public CaptionsConfig.Builder color(java.lang.String captionsColor)
captionsColor
- Hex color of the captions text.public CaptionsConfig.Builder fontSize(java.lang.Integer fontSize)
fontSize
- Size of the captions text (Will not affect text size when rendering captions via browser).public CaptionsConfig.Builder fontFamily(java.lang.String fontFamily)
fontFamily
- Font Family of the captions text.public CaptionsConfig.Builder fontOpacity(java.lang.Integer fontOpacity)
fontOpacity
- Alpha percentage of the captions text.public CaptionsConfig.Builder backgroundColor(java.lang.String backgroundColor)
backgroundColor
- Hex color of the caption characters background.public CaptionsConfig.Builder backgroundOpacity(java.lang.Integer backgroundOpacity)
backgroundOpacity
- Alpha percentage of the caption characters background.public CaptionsConfig.Builder edgeStyle(java.lang.String edgeStyle)
edgeStyle
- Method by which the captions characters are separated from their background, must be one of the CAPTION_EDGE_STYLE_ constants.public CaptionsConfig.Builder windowColor(java.lang.String windowColor)
windowColor
- Hex color of the background of the entire captions area.public CaptionsConfig.Builder windowOpacity(java.lang.Integer windowOpacity)
windowOpacity
- Alpha percentage of the background of the entire captions area.public CaptionsConfig build()