Show / Hide Table of Contents

Class FairPlayDrm

FairPlayDrm

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Drm
FairPlayDrm
Inherited Members
Drm.Outputs
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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 FairPlayDrm : Drm

Properties

Iv

16 byte initialization vector (required)

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

Key

16 byte Encryption key, 32 hexadecimal characters (required)

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

Uri

Url of the licensing server

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