Class PlayReadyDrm
PlayReadyDrm
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class PlayReadyDrm : Drm
Properties
AdditionalInformation
AdditionalInformation
Declaration
public PlayReadyAdditionalInformation AdditionalInformation { get; set; }
Property Value
Type | Description |
---|---|
PlayReadyAdditionalInformation |
Key
16 byte encryption key, 32 hexadecimal characters. Either key or keySeed is required
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KeySeed
Key seed to generate key. Either key or keySeed is required
Declaration
public string KeySeed { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Kid
Key identifier
Declaration
public string Kid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LaUrl
URL of the license server
Declaration
public string LaUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Method
Method
Declaration
public PlayReadyEncryptionMethod? Method { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PlayReadyEncryptionMethod> |
Pssh
Base64 encoded pssh payload
Declaration
public string Pssh { get; set; }
Property Value
Type | Description |
---|---|
System.String |