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

Fairplay

Declaration
public FairplayApi Fairplay { get; }
Property Value
Type Description
FairplayApi

Speke

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

Methods

GetAsync(String, String, String)

DRM Details of a TS 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 TS 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 a TS 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 TS muxing (required)

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