BitmovinCastManagerOptions
@objcMembers
@objc(BMPBitmovinCastManagerOptions)
public final class BitmovinCastManagerOptions : NSObject
The options to be used for initializing BitmovinCastManager
-
ID of receiver application Using
nil
value will result in using the default application IDDeclaration
Swift
public var applicationId: String?
-
Custom namespace Using
nil
value will result in using the default message namespaceDeclaration
Swift
public var messageNamespace: String?
-
Version of receiver Default value is v2 receiver
Declaration
Swift
public var castReceiverVersion: GoogleCastReceiverVersion
-
Whether sessions should be suspended when the sender application goes into the background
This flag should be used in case the cast session should stay connected to the application when the application moves to background. This enables actions on the active cast session like
play
,pause
when the app is in background.Default is
false
Declaration
Swift
public var enableBackgroundSessions: Bool