GCKUIStyleAttributesMediaControl Class
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
GCKUIStyleAttributesMediaControl class defines style attributes for the view group containing all media control views.
It inherits from GCKUIStyleAttributes and can be accessed as castViews.mediaControl.
This class includes properties for customizing the appearance of various media control elements, such as buttons, text labels, and backgrounds, using UIImage, UIFont, UIColor, and CGSize types.
Properties allow setting images for actions like closed captions, seeking, volume, mute, play/pause, skip, and track selection.
Text appearance can be customized with properties for font, text color, shadow color, and shadow offset for different text types like button, body, heading, and caption.
[[["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 GCKUIStyleAttributesMediaControl class defines style attributes for media control views, accessible via `castViews.mediaControl`. It manages the visual customization of media control elements. Key actions include setting images for buttons like closed captions, forward/rewind, mute, play/pause, skip, stop, and track selection. It also defines the styling of text, including font, color, and shadow attributes, for buttons, body, heading, and caption labels, alongside setting background and icon tint colors. The class manages style attributes for `expandedController`, `miniController`, and `trackSelector` controllers.\n"]]