BCOVTVShowViewType Constants Reference

Declared in BCOVTVPlayerView.h

BCOVTVShowViewType

Enumeration type used when showing or hiding certain control categories

Definition

typedef NS_ENUM(NSUInteger, BCOVTVShowViewType ) {
   BCOVTVShowViewTypeNone,
   BCOVTVShowViewTypeVoiceOverEnabledAndPaused,
   BCOVTVShowViewTypeControls,
   BCOVTVShowViewTypeSettings,
};

Constants

BCOVTVShowViewTypeNone

None: hide both the controls and settings views

Declared In BCOVTVPlayerView.h.

BCOVTVShowViewTypeVoiceOverEnabledAndPaused

VoiceOverEnabledAndPaused:

Declared In BCOVTVPlayerView.h.

BCOVTVShowViewTypeControls

Controls: used when hiding the settings view and showing the controls view. This displays the progress view and its related labels, and hides the top tab bar view.

Declared In BCOVTVPlayerView.h.

BCOVTVShowViewTypeSettings

Settings: used when hiding the controls view and showing the settings view. This displays the top tab bar and its related views, and hides the progress view and related labels.

Declared In BCOVTVPlayerView.h.

Declared In

BCOVTVPlayerView.h