BCOVMutableVideo Class Reference

Inherits from BCOVVideo : NSObject
Declared in BrightcovePlayerSDK-Swift.h

  cuePoints

@property (nonatomic, strong) BCOVCuePointCollection *cuePoints

  properties

@property (nonatomic, copy) NSDictionary *properties

  sources

@property (nonatomic, copy) NSArray<BCOVSource*> *sources

  thumbnailVTTURL

@property (nonatomic, copy) NSURL *thumbnailVTTURL

– initWithSources:cuePoints:properties:

returns: A new video with the specified sources, cue points, and properties.

- (nonnull instancetype)initWithSources:(NSArray<BCOVSource*> *_Nullable)sources cuePoints:(BCOVCuePointCollection *_Nullable)cuePoints properties:(NSDictionary *_Nullable)properties

Discussion

returns: A new video with the specified sources, cue points, and properties.

Declared In

BrightcovePlayerSDK-Swift.h

– initWithErrorCode:errorSubCode:errorMessage:properties:

returns: A new video with error information attributes

- (nonnull instancetype)initWithErrorCode:(NSString *_Nullable)errorCode errorSubCode:(NSString *_Nullable)errorSubCode errorMessage:(NSString *_Nullable)errorMessage properties:(NSDictionary *_Nullable)properties

Discussion

returns: A new video with error information attributes

Declared In

BrightcovePlayerSDK-Swift.h