BCOVPlaylist Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | BCOVPlaylistProtocol NSCopying NSMutableCopying |
| Declared in | BrightcovePlayerSDK-Swift.h |
PropertiesKeyAccountId
@property (nonatomic, class, readonly, copy) NSString *PropertiesKeyAccountId PropertiesKeyDescription
@property (nonatomic, class, readonly, copy) NSString *PropertiesKeyDescription PropertiesKeyReferenceId
@property (nonatomic, class, readonly, copy) NSString *PropertiesKeyReferenceId properties
Additional properties or metadata related to this playlist.
@property (nonatomic, readonly, copy) NSDictionary *propertiesDiscussion
Additional properties or metadata related to this playlist.
Declared In
BrightcovePlayerSDK-Swift.h
allPlayableVideos
Returns an array of error-free BCOVVideo objects, stripping out any BCOVVideo objects that contain an error.
@property (nonatomic, readonly, copy) NSArray<BCOVVideo*> *allPlayableVideosDiscussion
Returns an array of error-free BCOVVideo objects, stripping out any BCOVVideo objects that contain an error.
Declared In
BrightcovePlayerSDK-Swift.h
allFailedVideos
Returns an array of error-free BCOVVideo objects, stripping out any BCOVVideo objects that contain an error.
@property (nonatomic, readonly, copy) NSArray<BCOVVideo*> *allFailedVideosDiscussion
Returns an array of error-free BCOVVideo objects, stripping out any BCOVVideo objects that contain an error.
Declared In
BrightcovePlayerSDK-Swift.h
– initWithVideo:properties:
returns: A new playlist with the specified video and properties.
- (nonnull instancetype)initWithVideo:(BCOVVideo *_Nonnull)video properties:(NSDictionary *_Nonnull)propertiesDiscussion
returns: A new playlist with the specified video and properties.
Declared In
BrightcovePlayerSDK-Swift.h
– initWithVideo:
returns: A new playlist with the specified video.
- (nonnull instancetype)initWithVideo:(BCOVVideo *_Nonnull)videoDiscussion
returns: A new playlist with the specified video.
Declared In
BrightcovePlayerSDK-Swift.h
– objectAtIndexedSubscript:
returns: The video at the specified index, or nil if this playlist does not have a video at that index.
- (BCOVVideo *_Nullable)objectAtIndexedSubscript:(NSInteger)indexDiscussion
returns: The video at the specified index, or nil if this playlist does not have a video at that index.
Declared In
BrightcovePlayerSDK-Swift.h
– isEqualToPlaylist:
returns:
Whether playlist is equivalent to this instance.
- (BOOL)isEqualToPlaylist:(BCOVPlaylist *_Nonnull)playlistDiscussion
returns:
Whether playlist is equivalent to this instance.
Declared In
BrightcovePlayerSDK-Swift.h
– update:
returns:
The copy of this cue point modified by updateBlock.
- (BCOVPlaylist *_Nonnull)update:(SWIFT_NOESCAPE void ( ^ _Nonnull ) ( BCOVMutablePlaylist *_Nonnull ))updateBlockDiscussion
returns:
The copy of this cue point modified by updateBlock.
Declared In
BrightcovePlayerSDK-Swift.h