SourceDrmFairplayApi
@objc(BMPSourceDrmFairplayApi)
@objcMembers
public class SourceDrmFairplayApi : NSObject
Provides the means to manage FairPlay DRM on a Source.
Accessible through Source.drm.fairplay.
-
Triggers FairPlay license renewal based on
FairplayContentKeyRequest, which can be acquired via listening toFairplayLicenseAcquiredEventevent and taking the value ofcontentKeyRequestproperty.Declaration
Swift
public func renewExpiringLicense(for contentKeyRequest: FairplayContentKeyRequest)Parameters
contentKeyRequestcontent key request for a single key.
SourceDrmFairplayApi Class Reference