Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The GCKMediaTextTrackStyle class represents a style for a text media track and inherits from NSObject,
An instance can be created using the designated initializer or by creating a default instance based on the system's closed captioning settings on iOS 7 and later.
The class provides properties to customize various aspects of the text track style, including font scale, foreground and background colors, edge type and color, window type and color, window rounded corner radius, font family and generic family, font style, and custom data.
Some window-related properties may not be supported on all receiver devices.
[[["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."],[],["The `GCKMediaTextTrackStyle` class manages the styling of text media tracks. It allows for creating text track styles with customizable properties. You can initialize a new style or create a default style based on system settings. Properties include: font scaling, foreground/background/edge/window colors, edge and window types, rounded corner radius for the window, font family, generic font family, font style, and custom data. All properties are mutable after initialization.\n"]]