BMPDRMConfiguration


@interface BMPDRMConfiguration : BMPConfiguration

Base class for all DRM configurations.

Note

This class acts as an abstract class.
  • The DRM license acquisition URL.

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic, nullable) NSURL *licenseUrl;

    Swift

    var licenseUrl: NSURL? { get set }
  • The UUID for the respective DRM system. Possible values are defined in BMPDRMSystems.

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic) NSUUID *_Nonnull uuid;

    Swift

    var uuid: NSUUID { get set }