BMPDRMConfiguration
Objective-C
@interface BMPDRMConfiguration : BMPConfiguration
Swift
class DRMConfiguration : Configuration
Base class for all DRM configurations.
Note
This class acts as an abstract class.-
The DRM license acquisition URL.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSURL *licenseUrl;
Swift
var licenseUrl: URL? { get set }
-
The UUID for the respective DRM system. Possible values are defined in BMPDRMSystems.
Declaration
Objective-C
@property (nonatomic, strong) NSUUID *_Nonnull uuid;
Swift
var uuid: UUID { get set }