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.Webm.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 |
Speke
Declaration
public SpekeApi Speke { get; }
Property Value
Type | Description |
---|---|
SpekeApi |
Methods
GetAsync(String, String, String)
DRM Details of a WebM 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 WebM 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 WebM 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 WebM muxing (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<Drm>> |