BCOVVideoType Constants Reference

Declared in BCOVPlaybackController.h

BCOVVideoType

Type of video.

Definition

typedef NS_ENUM(NSUInteger, BCOVVideoType ) {
   BCOVVideoTypeUnknown,
   BCOVVideoTypeVOD,
   BCOVVideoTypeLive,
   BCOVVideoTypeLiveDVR,
};

Constants

BCOVVideoTypeUnknown

Video type can not be determined.

Declared In BCOVPlaybackController.h.

BCOVVideoTypeVOD

Video on demand (has a duration).

Declared In BCOVPlaybackController.h.

BCOVVideoTypeLive

Video has no duration, and a limited seekable range.

Declared In BCOVPlaybackController.h.

BCOVVideoTypeLiveDVR

Video has no duration, and a large seekable range.

Declared In BCOVPlaybackController.h.

Declared In

BCOVPlaybackController.h