BCOVPUIPlayerViewOptions Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | BCOVPUIPlayerView.h |
preferredBitrateConfig
The configuration for displaying preferred bitrate options to the end-user
@property (nonatomic, strong) BCOVPreferredBitrateConfig *preferredBitrateConfigDiscussion
The configuration for displaying preferred bitrate options to the end-user
Declared In
BCOVPUIPlayerView.h
presentingViewController
This view controller will be used for features that require a presenting view controller, like full screen mode or the closed-caption popover.
@property (nonatomic, weak) UIViewController *presentingViewControllerDiscussion
This view controller will be used for features that require a presenting view controller, like full screen mode or the closed-caption popover.
Declared In
BCOVPUIPlayerView.h
jumpBackInterval
The time in seconds to jump back when the jump back button is pressed. Defaults to 10 seconds.
@property (nonatomic, assign) NSTimeInterval jumpBackIntervalDiscussion
The time in seconds to jump back when the jump back button is pressed. Defaults to 10 seconds.
Declared In
BCOVPUIPlayerView.h
hideControlsInterval
The time in seconds since the last touch before fading the controls.
Defaults to 3 seconds.
See -resetHideControlsIntervalTimer for related usage.
@property (nonatomic, assign) NSTimeInterval hideControlsIntervalDiscussion
The time in seconds since the last touch before fading the controls.
Defaults to 3 seconds.
See -resetHideControlsIntervalTimer for related usage.
Declared In
BCOVPUIPlayerView.h
hideControlsAnimationDuration
The time in seconds for animating the hiding of the controls. Defaults to .5 seconds.
@property (nonatomic, assign) NSTimeInterval hideControlsAnimationDurationDiscussion
The time in seconds for animating the hiding of the controls. Defaults to .5 seconds.
Declared In
BCOVPUIPlayerView.h
showControlsAnimationDuration
The time in seconds for animating the showing of the controls. Defaults to .2 seconds.
@property (nonatomic, assign) NSTimeInterval showControlsAnimationDurationDiscussion
The time in seconds for animating the showing of the controls. Defaults to .2 seconds.
Declared In
BCOVPUIPlayerView.h
learnMoreButtonBrowserStyle
The style to use for opening web views when the Learn More button is tapped. Defaults to BCOVPUILearnMoreButtonUseExternalBrowser.
@property (nonatomic, assign) BCOVPUILearnMoreButtonBrowserStyle learnMoreButtonBrowserStyleDiscussion
The style to use for opening web views when the Learn More button is tapped. Defaults to BCOVPUILearnMoreButtonUseExternalBrowser.
NOTE: The IMA SDK uses its own internal behavior for the Learn More button.
Thus this property will have no effect with IMA ads.
See webOpenerPresentingController in the IMAAdsRenderingSettings class
for more information.
Declared In
BCOVPUIPlayerView.h
panMin
The minimum allowable value for the pan setting when finger tracking Defaults to negative infinity.
@property (nonatomic, assign) float panMinDiscussion
The minimum allowable value for the pan setting when finger tracking Defaults to negative infinity.
Declared In
BCOVPUIPlayerView.h
panMax
The maximum allowable value for the pan setting when finger tracking Defaults to positive infinity.
@property (nonatomic, assign) float panMaxDiscussion
The maximum allowable value for the pan setting when finger tracking Defaults to positive infinity.
Declared In
BCOVPUIPlayerView.h
panInertia
Determines speed with which a pan gesture fling decays. Defaults to 1.0. Larger values cause the fling to decay more slowly. Smaller values cause the fling to stop quickly. A value of 0.0 stops panning immediately after touch-up.
@property (nonatomic, assign) float panInertiaDiscussion
Determines speed with which a pan gesture fling decays. Defaults to 1.0. Larger values cause the fling to decay more slowly. Smaller values cause the fling to stop quickly. A value of 0.0 stops panning immediately after touch-up.
Declared In
BCOVPUIPlayerView.h
tiltMin
The minimum allowable value for the tilt setting when finger tracking Defaults to negative infinity.
@property (nonatomic, assign) float tiltMinDiscussion
The minimum allowable value for the tilt setting when finger tracking Defaults to negative infinity.
Declared In
BCOVPUIPlayerView.h
tiltMax
The maximum allowable value for the tilt setting when finger tracking Defaults to positive infinity.
@property (nonatomic, assign) float tiltMaxDiscussion
The maximum allowable value for the tilt setting when finger tracking Defaults to positive infinity.
Declared In
BCOVPUIPlayerView.h
zoomMin
The minimum allowable value for the zoom setting when finger tracking Defaults to 1.0.
@property (nonatomic, assign) float zoomMinDiscussion
The minimum allowable value for the zoom setting when finger tracking Defaults to 1.0.
Declared In
BCOVPUIPlayerView.h
zoomMax
The maximum allowable value for the zoom setting when finger tracking Defaults to 1.0.
@property (nonatomic, assign) float zoomMaxDiscussion
The maximum allowable value for the zoom setting when finger tracking Defaults to 1.0.
Declared In
BCOVPUIPlayerView.h
rotateMin
The minimum allowable value for the rotate setting when finger tracking Defaults to 0.0.
@property (nonatomic, assign) float rotateMinDiscussion
The minimum allowable value for the rotate setting when finger tracking Defaults to 0.0.
Declared In
BCOVPUIPlayerView.h
rotateMax
The maximum allowable value for the pan setting when finger tracking Defaults to 0.0.
@property (nonatomic, assign) float rotateMaxDiscussion
The maximum allowable value for the pan setting when finger tracking Defaults to 0.0.
Declared In
BCOVPUIPlayerView.h
showPictureInPictureButton
Will display the Picture-in-Picture button on the control bar on supported devices.
@property (nonatomic, assign) BOOL showPictureInPictureButtonDiscussion
Will display the Picture-in-Picture button on the control bar on supported devices.
Declared In
BCOVPUIPlayerView.h
automaticControlTypeSelection
Will automatically select an appropriate BCOVPUIBasicControlView for the current video.
@property (nonatomic, assign) BOOL automaticControlTypeSelectionDiscussion
Will automatically select an appropriate BCOVPUIBasicControlView for the current video.
Declared In
BCOVPUIPlayerView.h