BMPPlayerWarningCode
Objective-C
enum BMPPlayerWarningCode : NSInteger {}
Swift
typealias PlayerWarning.Code._ErrorType = PlayerWarning
This enum represents the warning codes that can be associated with PlayerWarningEvent.
-
A general player warning code when a more specific warning code could not be determined.
Declaration
Objective-C
BMPPlayerWarningCodeGeneral = 1001
Swift
case general = 1001
-
Failed to set up for remote playback. One possible reason is that the cast sender library version is not supported.
Declaration
Objective-C
BMPPlayerWarningCodeSetupRemotePlaybackFailed = 1002
Swift
case setupRemotePlaybackFailed = 1002