Show / Hide Table of Contents

Class DrmApi

Inheritance
System.Object
DrmApi
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.Encoding.Encodings.Muxings.PackedAudio.Drm
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class DrmApi

Constructors

DrmApi(IBitmovinApiClientFactory)

Declaration
public DrmApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Aes

Declaration
public AesApi Aes { get; }
Property Value
Type Description
AesApi

Builder

Fluent builder for creating an instance of DrmApi

Declaration
public static BitmovinApiBuilder<DrmApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<DrmApi>
Back to top Generated by DocFX