BCOVPUICommon Class Reference

Inherits from NSObject
Declared in BCOVPUICommon.h

+ iconFont

Icon font used by the PlayerUI.

+ (UIFont *)iconFont

Discussion

Icon font used by the PlayerUI.

Declared In

BCOVPUICommon.h

+ iconFontWithSize:

Icon font used by the PlayerUI at specified font size.

+ (UIFont *)iconFontWithSize:(CGFloat)fontSize

Parameters

fontSize

Size of font to return.

Return Value

Font at specified size.

Discussion

Icon font used by the PlayerUI at specified font size.

Declared In

BCOVPUICommon.h

+ fontUnicodeForButtonIcon:

Returns the unicode to be used with iconFont or iconFontWithSize: for the given icon.

+ (NSString *)fontUnicodeForButtonIcon:(BCOVPUIButtonIcon)buttonIcon

Parameters

buttonIcon

The icon to return unicode for.

Return Value

Unicode string for the icon.

Discussion

Returns the unicode to be used with iconFont or iconFontWithSize: for the given icon.

Declared In

BCOVPUICommon.h

+ controlColorForNormalState

Color used by the playback controls in their normal state, UIControlStateNormal. Red:255.0/255.0 green:255/255.0 blue:255.0/255.0 alpha:1.0

+ (UIColor *)controlColorForNormalState

Discussion

Color used by the playback controls in their normal state, UIControlStateNormal. Red:255.0/255.0 green:255/255.0 blue:255.0/255.0 alpha:1.0

Declared In

BCOVPUICommon.h

+ controlColorForSelectedState

Color used by the playback controls in their normal state, UIControlStateSelected. Red:255.0/255.0 green:255/255.0 blue:255.0/255.0 alpha:1.0

+ (UIColor *)controlColorForSelectedState

Discussion

Color used by the playback controls in their normal state, UIControlStateSelected. Red:255.0/255.0 green:255/255.0 blue:255.0/255.0 alpha:1.0

Declared In

BCOVPUICommon.h

+ controlColorForHighlightedState

Color used by the playback controls in their normal state, UIControlStateHighlighted. Red:128.0/255.0 green:128/255.0 blue:128.0/255.0 alpha:1.0

+ (UIColor *)controlColorForHighlightedState

Discussion

Color used by the playback controls in their normal state, UIControlStateHighlighted. Red:128.0/255.0 green:128/255.0 blue:128.0/255.0 alpha:1.0

Declared In

BCOVPUICommon.h

+ controlColorForDisabledState

Color used by the playback controls in their normal state, UIControlStateDisabled. Red:128.0/255.0 green:128/255.0 blue:128.0/255.0 alpha:0.8

+ (UIColor *)controlColorForDisabledState

Discussion

Color used by the playback controls in their normal state, UIControlStateDisabled. Red:128.0/255.0 green:128/255.0 blue:128.0/255.0 alpha:0.8

Declared In

BCOVPUICommon.h

+ liveViewTitleColorForLive

Color used by the Live button to indicate the stream is currently live. Red:85.0/255.0 green:154.0/255.0 blue:66.0/255.0 alpha:1.0

+ (UIColor *)liveViewTitleColorForLive

Discussion

Color used by the Live button to indicate the stream is currently live. Red:85.0/255.0 green:154.0/255.0 blue:66.0/255.0 alpha:1.0

Declared In

BCOVPUICommon.h

+ progressSliderMaximumTrackTintColor

Color used by the progress slider maximum track tint. Red:140.0/255.0 green:143.0/255.0 blue:140.0/255.0 alpha:1.0

+ (UIColor *)progressSliderMaximumTrackTintColor

Discussion

Color used by the progress slider maximum track tint. Red:140.0/255.0 green:143.0/255.0 blue:140.0/255.0 alpha:1.0

Declared In

BCOVPUICommon.h

+ progressSliderMinimumTrackTintColor

Color used by the progress slider minimum track tint. Red:214.0/255.0 green:36.0/255.0 blue:133.0/255.0 alpha:1.0

+ (UIColor *)progressSliderMinimumTrackTintColor

Discussion

Color used by the progress slider minimum track tint. Red:214.0/255.0 green:36.0/255.0 blue:133.0/255.0 alpha:1.0

Declared In

BCOVPUICommon.h

+ progressSliderBufferProgressTintColor

Color used by the progress slider buffered tint. Red:255.0/255.0 green:255.0/255.0 blue:255.0/255.0 alpha:0.8

+ (UIColor *)progressSliderBufferProgressTintColor

Discussion

Color used by the progress slider buffered tint. Red:255.0/255.0 green:255.0/255.0 blue:255.0/255.0 alpha:0.8

Declared In

BCOVPUICommon.h

+ imageForVolumeViewWithFontSize:color:

Returns the default image for the volume view.

+ (UIImage *)imageForVolumeViewWithFontSize:(CGFloat)fontSize color:(UIColor *)color

Parameters

fontSize

The size of the font to create the image with.

color

The color to use.

Return Value

The image.

Discussion

Returns the default image for the volume view.

Declared In

BCOVPUICommon.h

+ defaultFontSizeForLabel

Default font size used by labels. 16.

+ (CGFloat)defaultFontSizeForLabel

Discussion

Default font size used by labels. 16.

Declared In

BCOVPUICommon.h

+ defaultFontSizeForButton

Default font size used by buttons. 22.

+ (CGFloat)defaultFontSizeForButton

Discussion

Default font size used by buttons. 22.

Declared In

BCOVPUICommon.h