A class representing a style for a text media track.
More...
#import <GCKMediaTextTrackStyle.h>
|
(instancetype) | + createDefault |
| Creates an instance with default values based on the system's closed captioning settings. More...
|
|
A class representing a style for a text media track.
+ (instancetype) createDefault |
|
|
|
Creates an instance with default values based on the system's closed captioning settings.
This method will return nil on systems older than iOS 7.
Designated initializer.
All properties are mutable and so can be supplied after construction.
- (GCKMediaTextTrackStyleEdgeType) edgeType |
|
readwritenonatomicassign |
The font family; if the font is not available, the generic font family will be used.
- (GCKMediaTextTrackStyleFontGenericFamily) fontGenericFamily |
|
readwritenonatomicassign |
The font scaling factor for the text.
- (GCKMediaTextTrackStyleFontStyle) fontStyle |
|
readwritenonatomicassign |
The window color.
Some receiver devices may not support this attribute.
- (CGFloat) windowRoundedCornerRadius |
|
readwritenonatomicassign |
Rounded corner radius absolute value in pixels.
Some receiver devices may not support this attribute.
- (GCKMediaTextTrackStyleWindowType) windowType |
|
readwritenonatomicassign |
The window type.
Some receiver devices may not support this attribute.
The documentation for this class was generated from the following file: