BCOVBasicSourceSelectionPolicy Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in BrightcovePlayerSDK-Swift.h

Overview

The basic source selection policy decides which source to select from a BCOVVideo object.

+ sourceSelectionHLSWithScheme:

returns: A source selection policy that prefers HLS with the specified scheme.

+ (BCOVBasicSessionProviderSourceSelectionPolicy _Nonnull)sourceSelectionHLSWithScheme:(NSString *_Nonnull)scheme

Discussion

returns: A source selection policy that prefers HLS with the specified scheme.

Declared In

BrightcovePlayerSDK-Swift.h

+ sourceSelectionHLS

returns: A source selection policy that prefers HLS over MP4.

+ (BCOVBasicSessionProviderSourceSelectionPolicy _Nonnull)sourceSelectionHLS

Discussion

returns: A source selection policy that prefers HLS over MP4.

Declared In

BrightcovePlayerSDK-Swift.h

– copyWithZone:

- (id _Nonnull)copyWithZone:(struct _NSZone *_Nullable)zone

– init

- (nonnull instancetype)init