Defines text style to be used when displaying closed captions.
More...
#import <OOClosedCaptionsStyle.h>
|
UIColor * | textColor |
| Closed captions text color. More...
|
|
CGFloat | textOpacity |
| Closed captions text opacity (between opaque and semi-transparent) More...
|
|
NSInteger | textSize |
| Closed caption text size (from 50% to 200% of default size) More...
|
|
NSString * | textFontName |
| Closed captions text font name. More...
|
|
UIColor * | windowColor |
| Closed captions window color. More...
|
|
CGFloat | windowOpacity |
| Closed captions window opacity. More...
|
|
OOClosedCaptionPresentation | presentation |
| Closed captions presentation. More...
|
|
MACaptionAppearanceTextEdgeStyle | edgeStyle |
| Closed captions edge attributes. More...
|
|
MACaptionAppearanceDisplayType | displayType |
| The type of captions that should be displayed. More...
|
|
UIColor * | backgroundColor |
| This is the background of text itself instead of the backgound of the window holding the text So in our SDK when we mention "background" we mean the " window" in this case Closed captions background color. More...
|
|
CGFloat | backgroundOpacity |
| Closed captions background opacity (between opaque and semi-transparent) This this is only used for classic settings in device otherwise we choose windowOpacity for background opacity. More...
|
|
Defines text style to be used when displaying closed captions.
compare closed captions style
- (typedef) NS_ENUM |
|
(NSInteger) |
|
|
|
(OOClosedCaptionPresentation) |
|
|
|
| |
Closed captions presentation, deprecated.
text that appears all at once
text that scrolls up as new text appears
text where each new letter or word is displayed as it arrives
update closed caption style
- (UIColor*) backgroundColor |
|
readwritenonatomicstrong |
This is the background of text itself instead of the backgound of the window holding the text So in our SDK when we mention "background" we mean the " window" in this case Closed captions background color.
- (CGFloat) backgroundOpacity |
|
readwritenonatomicassign |
Closed captions background opacity (between opaque and semi-transparent) This this is only used for classic settings in device otherwise we choose windowOpacity for background opacity.
- (MACaptionAppearanceDisplayType) displayType |
|
readwritenonatomicassign |
The type of captions that should be displayed.
- (MACaptionAppearanceTextEdgeStyle) edgeStyle |
|
readwritenonatomicassign |
Closed captions edge attributes.
- (OOClosedCaptionPresentation) presentation |
|
readwritenonatomicassign |
Closed captions presentation.
Closed captions text color.
- (NSString*) textFontName |
|
readwritenonatomicstrong |
Closed captions text font name.
Closed captions text opacity (between opaque and semi-transparent)
Closed caption text size (from 50% to 200% of default size)
Closed captions window color.
- (CGFloat) windowOpacity |
|
readwritenonatomicassign |
Closed captions window opacity.
The documentation for this class was generated from the following file: