Constants
The following constants are available globally.
- 
                  
                  
Domain used by all errors produced by the player.
At minimum, these errors will have a useful localized failure reason (
localizedFailureReasonproperty) and description (localizedDescriptionproperty) as well as a unique error code (codeproperty). Other data may be provided in theuserInfovia theNSErrorUserInfoKeyconstants defined in this library.Declaration
Objective-C
extern const NSErrorDomain _Nonnull IVSPlayerErrorDomainSwift
let IVSPlayerErrorDomain: String 
- 
                  
                  
NSString, short text describing the component that encountered the error.Declaration
Objective-C
extern const NSErrorUserInfoKey _Nonnull IVSSourceDescriptionErrorKeySwift
let IVSSourceDescriptionErrorKey: String - 
                  
                  
NSString, short text describing the type of error encountered.Declaration
Objective-C
extern const NSErrorUserInfoKey _Nonnull IVSResultDescriptionErrorKeySwift
let IVSResultDescriptionErrorKey: String - 
                  
                  
Declaration
Objective-C
IVS_EXPORT IVSCueType const IVSCueTypeTextSwift
static let text: IVSCue.CueType - 
                  
                  
Declaration
Objective-C
IVS_EXPORT IVSCueType const IVSCueTypeTextMetadataSwift
static let textMetadata: IVSCue.CueType 
        Constants  Reference