BCOVMutableVideo Protocol Reference

Conforms to BCOVVideo
Declared in BCOVVideo.h

Overview

Sub-protocol of BCOVVideo, used only in its -update method.

  cuePoints required method

The cue points associated to this video. These cue points apply equally to the content at each of this video’s sources.

@property (nonatomic, readwrite, copy, nullable) BCOVCuePointCollection *cuePoints

Discussion

The cue points associated to this video. These cue points apply equally to the content at each of this video’s sources.

Declared In

BCOVVideo.h

  properties required method

You can find constants for the keys that this SDK uses with this dictionary near the top of this header file.

@property (nonatomic, readwrite, copy, nullable) NSDictionary *properties

Discussion

You can find constants for the keys that this SDK uses with this dictionary near the top of this header file.

Declared In

BCOVVideo.h

  sources required method

The sources which comprise the actual destinations at which this video’s content can be accessed.

@property (nonatomic, readwrite, copy, nullable) NSArray *sources

Discussion

The sources which comprise the actual destinations at which this video’s content can be accessed.

Declared In

BCOVVideo.h

  thumbnailVTTURL required method

The URL at which this video’s VTT thumbnails source is available. This value overrides any thumbnails VTT track that the SDK uses from a PAPI response.

@property (nonatomic, readwrite, copy, nullable) NSURL *thumbnailVTTURL

Discussion

The URL at which this video’s VTT thumbnails source is available. This value overrides any thumbnails VTT track that the SDK uses from a PAPI response.

The value will be nil if you have not set a value.

Declared In

BCOVVideo.h