GCKMediaTextTrackStyle Class
Stay organized with collections
Save and categorize content based on your preferences.
A class representing a style for a text media track.
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
|
(instancetype) | + createDefault |
| Creates an instance with default values based on the system's closed captioning settings. More...
|
|
Designated initializer.
All properties are mutable and so can be supplied after construction.
+ (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.
The font scaling factor for the text.
- (GCKMediaTextTrackStyleEdgeType) edgeType |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleWindowType) windowType |
|
readwritenonatomicassign |
The window type.
Some receiver devices may not support this attribute.
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.
The font family; if the font is not available, the generic font family will be used.
- (GCKMediaTextTrackStyleFontGenericFamily) fontGenericFamily |
|
readwritenonatomicassign |
- (GCKMediaTextTrackStyleFontStyle) fontStyle |
|
readwritenonatomicassign |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["`GCKMediaTextTrackStyle` is a class that manages the style of text media tracks, inheriting from `NSObject`, `NSCopying`, and `NSSecureCoding`."],["It offers customization options like font scale, colors (foreground, background, edge, window), edge type, window type, font family, style, and rounded corner radius for the window."],["You can initialize an instance with default values based on system settings using `createDefault` or customize properties after initializing with `init`."],["Some attributes like `windowType`, `windowColor`, and `windowRoundedCornerRadius` might not be supported by all receiver devices."],["`customData` property allows developers to associate any custom data with the text track style."]]],[]]