BCOVMutableVideo Protocol Reference
| Conforms to | BCOVVideo |
|---|---|
| Declared in | BCOVVideo.h |
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 *cuePointsDiscussion
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 *propertiesDiscussion
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 *sourcesDiscussion
The sources which comprise the actual destinations at which this video’s content can be accessed.
Declared In
BCOVVideo.h
iFramePlaylistURL
required method
The I-FRAME manifest URL to be used for thumbnail scrubbing.
@property (nonatomic, readwrite, copy, nullable) NSURL *iFramePlaylistURLDiscussion
The I-FRAME manifest URL to be used for thumbnail scrubbing.
Declared In
BCOVVideo.h