Show / Hide Table of Contents

Class PlayReadyAdditionalInformation

PlayReadyAdditionalInformation

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

Properties

WrmHeaderCustomAttributes

Custom attributes that you want to add to the WRM header. This string must be valid xml. Some DRM providers require some information in the custom attributes of the msr:pro tag of the DASH manifest, otherwise the content does not play on certain devices.

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