public class BrightcoveClosedCaptioningManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Modifier and Type | Method and Description |
---|---|
static BrightcoveClosedCaptioningManager |
getInstance(android.content.Context context)
Get the BrightcoveClosedCaptioningManager instance.
|
BrightcoveCaptionStyle |
getStyle()
Load the styling options from shared preferences if available.
|
void |
setStyle(BrightcoveCaptionStyle style)
Save the passed-in style to the SharedPreferences.
|
public static BrightcoveClosedCaptioningManager getInstance(android.content.Context context)
public BrightcoveCaptionStyle getStyle()
public void setStyle(BrightcoveCaptionStyle style)
style
- the style to write to disk