Package com.brightcove.player.management
Class BrightcoveClosedCaptioningManager
java.lang.Object
com.brightcove.player.management.BrightcoveClosedCaptioningManager
A class for managing instances of styled closed captions and their settings.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetInstance(android.content.Context context) Get the BrightcoveClosedCaptioningManager instance.getStyle()Load the styling options from shared preferences if available.voidsetStyle(BrightcoveCaptionStyle style) Save the passed-in style to the SharedPreferences.
-
Field Details
-
TAG
-
-
Method Details
-
getInstance
Get the BrightcoveClosedCaptioningManager instance.- Returns:
- The BrightcoveClosedCaptioningManager
-
getStyle
Load the styling options from shared preferences if available. -
setStyle
Save the passed-in style to the SharedPreferences.- Parameters:
style- the style to write to disk
-