ContentKeyPolicyPlayReadyLicense interface
The PlayReady license
Properties
allow |
A flag indicating whether test devices can use the license. |
begin |
The begin date of license |
content |
The content key location. |
content |
The PlayReady content type. |
expiration |
The expiration date of license. |
grace |
The grace period of license. |
license |
The license type. |
play |
The license PlayRight |
relative |
The relative begin date of license. |
relative |
The relative expiration date of license. |
security |
The security level. |
Property Details
allowTestDevices
A flag indicating whether test devices can use the license.
allowTestDevices: boolean
Property Value
boolean
beginDate
The begin date of license
beginDate?: Date
Property Value
Date
contentKeyLocation
The content key location.
contentKeyLocation: ContentKeyPolicyPlayReadyContentKeyLocationUnion
Property Value
contentType
The PlayReady content type.
contentType: string
Property Value
string
expirationDate
The expiration date of license.
expirationDate?: Date
Property Value
Date
gracePeriod
The grace period of license.
gracePeriod?: string
Property Value
string
licenseType
The license type.
licenseType: string
Property Value
string
playRight
The license PlayRight
playRight?: ContentKeyPolicyPlayReadyPlayRight
Property Value
relativeBeginDate
The relative begin date of license.
relativeBeginDate?: string
Property Value
string
relativeExpirationDate
The relative expiration date of license.
relativeExpirationDate?: string
Property Value
string
securityLevel
The security level.
securityLevel?: string
Property Value
string