GCKUIStyleAttributesCastViews Class
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
The GCKUIStyleAttributesCastViews
class manages the style attributes for the root view group in Cast framework's default views, inheriting from GCKUIStyleAttributes
.
It provides properties to customize the appearance of various UI elements, including device control, media control, instructions, and images for buttons like play/pause, volume, and more.
It also allows customization of fonts and colors for labels, buttons, and backgrounds within the Cast framework's default views.
You can adjust properties such as closedCaptionsImage
, forward30SecondsImage
, buttonTextFont
, backgroundColor
, and many more to tailor the UI to your needs.
The style attributes for the root view group.
Can be accessed as castViews
Inherits GCKUIStyleAttributes .
- (UIImage*) closedCaptionsImage
read write nonatomic strong inherited
An image that will be used in "closed captions" buttons in the framework's default views.
- (UIImage*) forward30SecondsImage
read write nonatomic strong inherited
An image that will be used in "forward 30 seconds" buttons in the frameworks default views.
- (UIImage*) rewind30SecondsImage
read write nonatomic strong inherited
An image that will be used in "rewind 30 seconds" buttons in the framework's default views.
read write nonatomic strong inherited
An image that will be used to indicate that a slider is a volume slider in the framework's default views.
- (UIImage*) muteOffImage
read write nonatomic strong inherited
An image that will be used in the "mute toggle" button in the framework's default views.
This is the image that will be displayed while the receiver is muted.
read write nonatomic strong inherited
An image that will be used in the "mute toggle" button in the framework's default views.
This is the image that will be displayed while the receiver is not muted.
read write nonatomic strong inherited
An image that will be used in the "play/pause toggle" button in the framework's default views.
This is the image that will be displayed while the receiver is playing.
read write nonatomic strong inherited
An image that will be used in the "play/pause toggle" button in the framework's default views.
This is the image that will be displayed while the receiver is paused.
- (UIImage*) skipNextImage
read write nonatomic strong inherited
An image that will be used in "forward 30 seconds" buttons in the framework's default views.
- (UIImage*) skipPreviousImage
read write nonatomic strong inherited
An image that will be used in "forward 30 seconds" buttons in the framework's default views.
- (UIImage*) audioTrackImage
read write nonatomic strong inherited
An image that will be used in the track selector, to select the audio track chooser view.
- (UIImage*) subtitlesTrackImage
read write nonatomic strong inherited
An image that will be used in the track selector, to select the subtitle track chooser view.
read write nonatomic strong inherited
An image that will be used in "stop" buttons in the framework's default views.
- (UIFont*) buttonTextFont
read write nonatomic strong inherited
The UIFont to be used in labels of buttons in the framework's default views.
- (UIColor*) buttonTextColor
read write nonatomic strong inherited
The color to be used in labels of buttons in the framework's default views.
- (UIColor*) buttonTextShadowColor
read write nonatomic strong inherited
The shadow color to be used in labels of buttons in the framework's default views.
- (CGSize) buttonTextShadowOffset
read write nonatomic assign inherited
The offset for the shadow for labels of buttons in the framework's default views.
read write nonatomic strong inherited
The UIFont to be used in labels of type "body" in the framework's default views.
- (UIFont*) headingTextFont
read write nonatomic strong inherited
The UIFont to be used in labels of type "heading" in the framework's default views.
- (UIFont*) captionTextFont
read write nonatomic strong inherited
The font to be used in labels of type "caption" in the framework's default views.
- (UIColor*) bodyTextColor
read write nonatomic strong inherited
The color to be used in labels of type "body" in the framework's default views.
- (UIColor*) bodyTextShadowColor
read write nonatomic strong inherited
The shadow color to be used in labels of type "body" in the framework's default views.
- (UIColor*) headingTextColor
read write nonatomic strong inherited
The color to be used in labels of type "heading" in the framework's default views.
- (UIColor*) headingTextShadowColor
read write nonatomic strong inherited
The shadow color to be used in labels of type "heading" in the framework's default views.
- (UIColor*) captionTextColor
read write nonatomic strong inherited
The color to be used in labels of type "caption" in the framework's default views.
- (UIColor*) captionTextShadowColor
read write nonatomic strong inherited
The shadow color to be used in labels of type "caption" in the framework's default views.
- (UIColor*) backgroundColor
read write nonatomic strong inherited
The background color to be used on the framework's default views.
- (UIColor*) iconTintColor
read write nonatomic strong inherited
The color to use as tint color on all buttons and icons on the framework's default views.
- (CGSize) bodyTextShadowOffset
read write nonatomic assign inherited
The offset for the shadow for labels of type "body" in the framework's default views.
- (CGSize) captionTextShadowOffset
read write nonatomic assign inherited
The offset for the shadow for labels of type "caption" in the framework's default views.
- (CGSize) headingTextShadowOffset
read write nonatomic assign inherited
The offset for the shadow for labels of type "heading" in the framework's default views.
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."],[],["The GCKUIStyleAttributesCastViews class manages style attributes for the root view group, accessible as `castViews`. It defines properties for customizing UI elements in default framework views. This includes setting images for buttons like closed captions, forward/rewind 30 seconds, volume, mute, play/pause, skip, stop, and audio/subtitles tracks. It also allows setting the font, text color, shadow color, and shadow offset for button, body, heading, and caption text, also setting the background color and icon tint color.\n"]]