Show / Hide Table of Contents

Class CencPlayReady

CencPlayReady

Inheritance
System.Object
CencPlayReady
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 CencPlayReady

Properties

AdditionalInformation

AdditionalInformation

Declaration
public PlayReadyAdditionalInformation AdditionalInformation { get; set; }
Property Value
Type Description
PlayReadyAdditionalInformation

LaUrl

Url of the license server. Either the laUrl or the pssh needs to be provided.

Declaration
public string LaUrl { get; set; }
Property Value
Type Description
System.String

Pssh

Base64 encoded pssh payload.

Declaration
public string Pssh { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX