GCKUIStyleAttributesConnectionToolbar Class
Stay organized with collections
Save and categorize content based on your preferences.
The style attributes for the view group representing the toolbar of device controller.
Can be accessed as castViews.deviceController.connectionController.toolbar.
- Since
- 4.3.5
Inherits GCKUIStyleAttributes.
- (UIImage*) closedCaptionsImage |
|
readwritenonatomicassigninherited |
An image that will be used in "closed captions" buttons in the framework's default views.
- (UIImage*) forward30SecondsImage |
|
readwritenonatomicassigninherited |
An image that will be used in "forward 30 seconds" buttons in the frameworks default views.
- (UIImage*) rewind30SecondsImage |
|
readwritenonatomicassigninherited |
An image that will be used in "rewind 30 seconds" buttons in the framework's default views.
|
readwritenonatomicassigninherited |
An image that will be used to indicate that a slider is a volume slider in the framework's default views.
- (UIImage*) muteOffImage |
|
readwritenonatomicassigninherited |
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.
|
readwritenonatomicassigninherited |
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.
|
readwritenonatomicassigninherited |
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.
|
readwritenonatomicassigninherited |
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 |
|
readwritenonatomicassigninherited |
An image that will be used in "forward 30 seconds" buttons in the framework's default views.
- (UIImage*) skipPreviousImage |
|
readwritenonatomicassigninherited |
An image that will be used in "forward 30 seconds" buttons in the framework's default views.
- (UIImage*) audioTrackImage |
|
readwritenonatomicassigninherited |
An image that will be used in the track selector, to select the audio track chooser view.
- (UIImage*) subtitlesTrackImage |
|
readwritenonatomicassigninherited |
An image that will be used in the track selector, to select the subtitle track chooser view.
|
readwritenonatomicassigninherited |
An image that will be used in "stop" buttons in the framework's default views.
- (UIFont*) buttonTextFont |
|
readwritenonatomicassigninherited |
The UIFont to be used in labels of buttons in the framework's default views.
- (UIColor*) buttonTextColor |
|
readwritenonatomicassigninherited |
The color to be used in labels of buttons in the framework's default views.
- Since
- 3.4
- (UIColor*) buttonTextShadowColor |
|
readwritenonatomicassigninherited |
The shadow color to be used in labels of buttons in the framework's default views.
- (CGSize) buttonTextShadowOffset |
|
readwritenonatomicassigninherited |
The offset for the shadow for labels of buttons in the framework's default views.
|
readwritenonatomicassigninherited |
The UIFont to be used in labels of type "body" in the framework's default views.
- (UIFont*) headingTextFont |
|
readwritenonatomicassigninherited |
The UIFont to be used in labels of type "heading" in the framework's default views.
- (UIFont*) captionTextFont |
|
readwritenonatomicassigninherited |
The font to be used in labels of type "caption" in the framework's default views.
- (UIColor*) bodyTextColor |
|
readwritenonatomicassigninherited |
The color to be used in labels of type "body" in the framework's default views.
- (UIColor*) bodyTextShadowColor |
|
readwritenonatomicassigninherited |
The shadow color to be used in labels of type "body" in the framework's default views.
- (UIColor*) headingTextColor |
|
readwritenonatomicassigninherited |
The color to be used in labels of type "heading" in the framework's default views.
- (UIColor*) headingTextShadowColor |
|
readwritenonatomicassigninherited |
The shadow color to be used in labels of type "heading" in the framework's default views.
- (UIColor*) captionTextColor |
|
readwritenonatomicassigninherited |
The color to be used in labels of type "caption" in the framework's default views.
- (UIColor*) captionTextShadowColor |
|
readwritenonatomicassigninherited |
The shadow color to be used in labels of type "caption" in the framework's default views.
- (UIColor*) backgroundColor |
|
readwritenonatomicassigninherited |
The background color to be used on the framework's default views.
- (UIColor*) iconTintColor |
|
readwritenonatomicassigninherited |
The color to use as tint color on all buttons and icons on the framework's default views.
- (CGSize) bodyTextShadowOffset |
|
readwritenonatomicassigninherited |
The offset for the shadow for labels of type "body" in the framework's default views.
- (CGSize) captionTextShadowOffset |
|
readwritenonatomicassigninherited |
The offset for the shadow for labels of type "caption" in the framework's default views.
- (CGSize) headingTextShadowOffset |
|
readwritenonatomicassigninherited |
The offset for the shadow for labels of type "heading" in the framework's default views.
- (UIColor*) sliderUnseekableProgressColor |
|
readwritenonatomicassigninherited |
The color used for the unseekable progress tracks on the slider views.
- Since
- 4.4.1
- (UIColor*) sliderProgressColor |
|
readwritenonatomicassigninherited |
The color used for the seekable progress track, and thumb on the slider views.
- Since
- 4.4.1
- (UIColor*) sliderSecondaryProgressColor |
|
readwritenonatomicassigninherited |
The color used for the seekable and unplayed progress track on the slider views.
- Since
- 4.4.1
- (UIColor*) sliderTooltipBackgroundColor |
|
readwritenonatomicassigninherited |
The background color of the tooltip label of the slider thumb.
- Since
- 4.4.1
- (UIColor*) liveIndicatorColor |
|
readwritenonatomicassigninherited |
The color used for the marker of live indicator.
- Since
- 4.4.1
- (NSNumber*) adImageContentMode |
|
readwritenonatomicassigninherited |
The UIViewContentMode of the ad image on the expanded view controller wrapped in a NSNumber.
- Since
- 4.4.1
- (NSNumber*) backgroundImageContentMode |
|
readwritenonatomicassigninherited |
The UIViewContentMode of the background image on the expanded view controller wrapped in a NSNumber.
- Since
- 4.4.1
- (UIColor*) playedAdMarkerFillColor |
|
readwritenonatomicassigninherited |
The color used to draw the circular ad marker on the seek bar in the played segment of the slider.
Default is Yellow.
- Since
- 4.6.0
- (UIColor*) unplayedAdMarkerFillColor |
|
readwritenonatomicassigninherited |
The color used to draw the circular ad marker on the seek bar in the un-played segment of the slider.
Default is Yellow.
- Since
- 4.6.0
- (UIColor*) volumeSliderThumbTintColor |
|
readwritenonatomicassigninherited |
The color to be used as thumb tint color of volume slider.
- Since
- 4.8.0
- (UIColor*) volumeSliderMinimumTrackTintColor |
|
readwritenonatomicassigninherited |
The color to be used as minimum track tint color of volume slider.
- Since
- 4.8.0
- (UIColor*) volumeSliderMaximumTrackTintColor |
|
readwritenonatomicassigninherited |
The color to be used as maximum track tint color of volume slider.
- Since
- 4.8.0
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."],[[["`GCKUIStyleAttributesConnectionToolbar` defines the style attributes for the device controller toolbar in the Google Cast framework."],["It provides properties to customize the appearance of buttons, labels, sliders, and other UI elements."],["Developers can use this class to tailor the device controller's look and feel to match their application's design."],["All properties are read-write and nonatomic, allowing for dynamic customization."],["The class is available since version 4.3.5 of the Google Cast framework."]]],[]]