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.Mp4.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

Builder

Fluent builder for creating an instance of DrmApi

Declaration
public static BitmovinApiBuilder<DrmApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<DrmApi>

Cenc

Declaration
public CencApi Cenc { get; }
Property Value
Type Description
CencApi

Clearkey

Declaration
public ClearkeyApi Clearkey { get; }
Property Value
Type Description
ClearkeyApi

Marlin

Declaration
public MarlinApi Marlin { get; }
Property Value
Type Description
MarlinApi

Playready

Declaration
public PlayreadyApi Playready { get; }
Property Value
Type Description
PlayreadyApi

Speke

Declaration
public SpekeApi Speke { get; }
Property Value
Type Description
SpekeApi

Widevine

Declaration
public WidevineApi Widevine { get; }
Property Value
Type Description
WidevineApi

Methods

GetAsync(String, String, String)

DRM Details of an MP4 muxing

Declaration
public Task<Drm> GetAsync(string encodingId, string muxingId, string drmId)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

System.String muxingId

Id of the an MP4 muxing (required)

System.String drmId

Id of the DRM. (required)

Returns
Type Description
System.Threading.Tasks.Task<Drm>

ListAsync(String, String)

List all DRM configurations of an MP4 muxing

Declaration
public Task<PaginationResponse<Drm>> ListAsync(string encodingId, string muxingId)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

System.String muxingId

Id of the MP4 muxing (required)

Returns
Type Description
System.Threading.Tasks.Task<PaginationResponse<Drm>>
Back to top Generated by DocFX