Class ProgressiveWebmApi
Inheritance
System.Object
ProgressiveWebmApi
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.ProgressiveWebm
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ProgressiveWebmApi
Constructors
ProgressiveWebmApi(IBitmovinApiClientFactory)
Declaration
public ProgressiveWebmApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of ProgressiveWebmApi
Declaration
public static BitmovinApiBuilder<ProgressiveWebmApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<ProgressiveWebmApi> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Drm
Declaration
public DrmApi Drm { get; }
Property Value
Type | Description |
---|---|
DrmApi |
Information
Declaration
public InformationApi Information { get; }
Property Value
Type | Description |
---|---|
InformationApi |
Methods
CreateAsync(String, ProgressiveWebmMuxing)
Add Progressive WebM muxing
Declaration
public Task<ProgressiveWebmMuxing> CreateAsync(string encodingId, ProgressiveWebmMuxing progressiveWebmMuxing)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
ProgressiveWebmMuxing | progressiveWebmMuxing | The Progressive WebM muxing to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ProgressiveWebmMuxing> |
DeleteAsync(String, String)
Delete Progressive WebM muxing
Declaration
public Task<BitmovinResponse> DeleteAsync(string encodingId, string muxingId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | muxingId | Id of the Progressive WebM muxing (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String, String)
Progressive WebM muxing details
Declaration
public Task<ProgressiveWebmMuxing> GetAsync(string encodingId, string muxingId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | muxingId | Id of the Progressive WebM muxing (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ProgressiveWebmMuxing> |
ListAsync(String, Func<ProgressiveWebmApi.ListQueryParams, ProgressiveWebmApi.ListQueryParams>[])
List Progressive WebM muxings
Declaration
public Task<PaginationResponse<ProgressiveWebmMuxing>> ListAsync(string encodingId, params Func<ProgressiveWebmApi.ListQueryParams, ProgressiveWebmApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.Func<ProgressiveWebmApi.ListQueryParams, ProgressiveWebmApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<ProgressiveWebmMuxing>> |