Show / Hide Table of Contents

Class MarlinDrm

MarlinDrm

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Drm
MarlinDrm
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 MarlinDrm : Drm

Properties

Key

16 byte key in hex (32 characters) (required)

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

Kid

16 byte key in hex (32 characters) (required)

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