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 *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
iFramePlaylistURL
required method
The I-FRAME manifest URL to be used for thumbnail scrubbing.
@property (nonatomic, readwrite, copy, nullable) NSURL *iFramePlaylistURL
Discussion
The I-FRAME manifest URL to be used for thumbnail scrubbing.
Declared In
BCOVVideo.h