BCOVPUIViewTag Constants Reference
| Declared in | BCOVPUICommon.h |
|---|
BCOVPUIViewTag
Tags for buttons used by various BCOV control elements.
Definition
typedef NS_ENUM(NSInteger, BCOVPUIViewTag ) {
BCOVPUIViewTagUnknown,
BCOVPUIViewTagButtonPlayback = 1,
BCOVPUIViewTagButtonJumpBack = 2,
BCOVPUIViewTagButtonClosedCaption = 3,
BCOVPUIViewTagButtonScreenMode = 4,
BCOVPUIViewTagLabelCurrentTime = 5,
BCOVPUIViewTagLabelTimeSeparator = 6,
BCOVPUIViewTagLabelDuration = 7,
BCOVPUIViewTagSliderProgress = 8,
BCOVPUIViewTagViewExternalRoute = 9,
BCOVPUIViewTagButtonLive = 10,
BCOVPUIViewTagViewEmpty = 11,
BCOVPUIViewTagButtonAdPodCountdown = 12,
BCOVPUIViewTagButtonLearnMore = 13,
BCOVPUIViewTagButtonSkipAdCountdown = 14,
BCOVPUIViewTagViewButtonSkip = 15,
BCOVPUIViewTagButtonVideo360 = 16,
BCOVPUIViewTagButtonPreferredBitrate = 17,
BCOVPUIViewTagButtonPictureInPicture = 18,
BCOVPUIViewTagReservedEnd = 200,
};
Constants
BCOVPUIViewTagUnknown-
Tag for unknown button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonPlayback-
Tag for playback button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonJumpBack-
Tag for jump back button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonClosedCaption-
Tag for closed caption button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonScreenMode-
Tag for the screen mode (fullscreen) button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagLabelCurrentTime-
Tag for the current (elapsed time) label.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagLabelTimeSeparator-
Tag for the time separator label.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagLabelDuration-
Tag for the duration label.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagSliderProgress-
Tag for the progress slider.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagViewExternalRoute-
Tag for the external route (airplay) button
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonLive-
Tag for the “go to live” button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagViewEmpty-
Tag for an empty control box.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonAdPodCountdown-
Tag for the “Your video will resume…” button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonLearnMore-
Tag for the “Learn More” button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonSkipAdCountdown-
Tag for the “Skip Ad” countdown button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagViewButtonSkip-
Tag for the “Skip” button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonVideo360-
Tag for the Video 360 button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonPreferredBitrate-
Tag for the “Preferred Bitrate” button.
Declared In
BCOVPUICommon.h. BCOVPUIViewTagButtonPictureInPicture-
Tag for Picture-In-Picture button
Declared In
BCOVPUICommon.h. BCOVPUIViewTagReservedEnd-
Tag that signifies the end of our reserved range.
Declared In
BCOVPUICommon.h.
Declared In
BCOVPUICommon.h