GCKUIStyleAttributesMiniController Class

GCKUIStyleAttributesMiniController Class Reference

Overview

The style attributes for the view group representing the mini controller.

Can be accessed as castViews.mediaControl.miniController

Inherits GCKUIStyleAttributes.

Property Summary

UIImage * closedCaptionsImage
 An image that will be used in "closed captions" buttons in the framework's default views. More...
 
UIImage * forward30SecondsImage
 An image that will be used in "forward 30 seconds" buttons in the frameworks default views. More...
 
UIImage * rewind30SecondsImage
 An image that will be used in "rewind 30 seconds" buttons in the framework's default views. More...
 
UIImage * volumeImage
 An image that will be used to indicate that a slider is a volume slider in the framework's default views. More...
 
UIImage * muteOffImage
 An image that will be used in the "mute toggle" button in the framework's default views. More...
 
UIImage * muteOnImage
 An image that will be used in the "mute toggle" button in the framework's default views. More...
 
UIImage * pauseImage
 An image that will be used in the "play/pause toggle" button in the framework's default views. More...
 
UIImage * playImage
 An image that will be used in the "play/pause toggle" button in the framework's default views. More...
 
UIImage * skipNextImage
 An image that will be used in "forward 30 seconds" buttons in the framework's default views. More...
 
UIImage * skipPreviousImage
 An image that will be used in "forward 30 seconds" buttons in the framework's default views. More...
 
UIImage * audioTrackImage
 An image that will be used in the track selector, to select the audio track chooser view. More...
 
UIImage * subtitlesTrackImage
 An image that will be used in the track selector, to select the subtitle track chooser view. More...
 
UIImage * stopImage
 An image that will be used in "stop" buttons in the framework's default views. More...
 
UIFont * buttonTextFont
 The UIFont to be used in labels of buttons in the framework's default views. More...
 
UIColor * buttonTextColor
 The color to be used in labels of buttons in the framework's default views. More...
 
UIColor * buttonTextShadowColor
 The shadow color to be used in labels of buttons in the framework's default views. More...
 
CGSize buttonTextShadowOffset
 The offset for the shadow for labels of buttons in the framework's default views. More...
 
UIFont * bodyTextFont
 The UIFont to be used in labels of type "body" in the framework's default views. More...
 
UIFont * headingTextFont
 The UIFont to be used in labels of type "heading" in the framework's default views. More...
 
UIFont * captionTextFont
 The font to be used in labels of type "caption" in the framework's default views. More...
 
UIColor * bodyTextColor
 The color to be used in labels of type "body" in the framework's default views. More...
 
UIColor * bodyTextShadowColor
 The shadow color to be used in labels of type "body" in the framework's default views. More...
 
UIColor * headingTextColor
 The color to be used in labels of type "heading" in the framework's default views. More...
 
UIColor * headingTextShadowColor
 The shadow color to be used in labels of type "heading" in the framework's default views. More...
 
UIColor * captionTextColor
 The color to be used in labels of type "caption" in the framework's default views. More...
 
UIColor * captionTextShadowColor
 The shadow color to be used in labels of type "caption" in the framework's default views. More...
 
UIColor * backgroundColor
 The background color to be used on the framework's default views. More...
 
UIColor * iconTintColor
 The color to use as tint color on all buttons and icons on the framework's default views. More...
 
CGSize bodyTextShadowOffset
 The offset for the shadow for labels of type "body" in the framework's default views. More...
 
CGSize captionTextShadowOffset
 The offset for the shadow for labels of type "caption" in the framework's default views. More...
 
CGSize headingTextShadowOffset
 The offset for the shadow for labels of type "heading" in the framework's default views. More...
 

Property Detail

- (UIImage*) closedCaptionsImage
readwritenonatomicstronginherited

An image that will be used in "closed captions" buttons in the framework's default views.

- (UIImage*) forward30SecondsImage
readwritenonatomicstronginherited

An image that will be used in "forward 30 seconds" buttons in the frameworks default views.

- (UIImage*) rewind30SecondsImage
readwritenonatomicstronginherited

An image that will be used in "rewind 30 seconds" buttons in the framework's default views.

- (UIImage*) volumeImage
readwritenonatomicstronginherited

An image that will be used to indicate that a slider is a volume slider in the framework's default views.

- (UIImage*) muteOffImage
readwritenonatomicstronginherited

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.

- (UIImage*) muteOnImage
readwritenonatomicstronginherited

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.

- (UIImage*) pauseImage
readwritenonatomicstronginherited

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.

- (UIImage*) playImage
readwritenonatomicstronginherited

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
readwritenonatomicstronginherited

An image that will be used in "forward 30 seconds" buttons in the framework's default views.

- (UIImage*) skipPreviousImage
readwritenonatomicstronginherited

An image that will be used in "forward 30 seconds" buttons in the framework's default views.

- (UIImage*) audioTrackImage
readwritenonatomicstronginherited

An image that will be used in the track selector, to select the audio track chooser view.

- (UIImage*) subtitlesTrackImage
readwritenonatomicstronginherited

An image that will be used in the track selector, to select the subtitle track chooser view.

- (UIImage*) stopImage
readwritenonatomicstronginherited

An image that will be used in "stop" buttons in the framework's default views.

- (UIFont*) buttonTextFont
readwritenonatomicstronginherited

The UIFont to be used in labels of buttons in the framework's default views.

- (UIColor*) buttonTextColor
readwritenonatomicstronginherited

The color to be used in labels of buttons in the framework's default views.

- (UIColor*) buttonTextShadowColor
readwritenonatomicstronginherited

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.

- (UIFont*) bodyTextFont
readwritenonatomicstronginherited

The UIFont to be used in labels of type "body" in the framework's default views.

- (UIFont*) headingTextFont
readwritenonatomicstronginherited

The UIFont to be used in labels of type "heading" in the framework's default views.

- (UIFont*) captionTextFont
readwritenonatomicstronginherited

The font to be used in labels of type "caption" in the framework's default views.

- (UIColor*) bodyTextColor
readwritenonatomicstronginherited

The color to be used in labels of type "body" in the framework's default views.

- (UIColor*) bodyTextShadowColor
readwritenonatomicstronginherited

The shadow color to be used in labels of type "body" in the framework's default views.

- (UIColor*) headingTextColor
readwritenonatomicstronginherited

The color to be used in labels of type "heading" in the framework's default views.

- (UIColor*) headingTextShadowColor
readwritenonatomicstronginherited

The shadow color to be used in labels of type "heading" in the framework's default views.

- (UIColor*) captionTextColor
readwritenonatomicstronginherited

The color to be used in labels of type "caption" in the framework's default views.

- (UIColor*) captionTextShadowColor
readwritenonatomicstronginherited

The shadow color to be used in labels of type "caption" in the framework's default views.

- (UIColor*) backgroundColor
readwritenonatomicstronginherited

The background color to be used on the framework's default views.

- (UIColor*) iconTintColor
readwritenonatomicstronginherited

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.