Class ProgressiveWebmApi
Inheritance
Inherited Members
Namespace: Bitmovin.Api.Sdk.Encoding.Manifests.Dash.Periods.Adaptationsets.Representations.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> |
Methods
CreateAsync(String, String, String, DashProgressiveWebmRepresentation)
Add Progressive WebM Representation
Declaration
public Task<DashProgressiveWebmRepresentation> CreateAsync(string manifestId, string periodId, string adaptationsetId, DashProgressiveWebmRepresentation dashProgressiveWebmRepresentation)
Parameters
Type | Name | Description |
---|---|---|
System.String | manifestId | Id of the manifest (required) |
System.String | periodId | Id of the period (required) |
System.String | adaptationsetId | Id of the adaptation set (required) |
DashProgressiveWebmRepresentation | dashProgressiveWebmRepresentation | The Progressive WebM representation to be added to the adaptation set |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DashProgressiveWebmRepresentation> |
DeleteAsync(String, String, String, String)
Delete Progressive WebM Representation
Declaration
public Task<BitmovinResponse> DeleteAsync(string manifestId, string periodId, string adaptationsetId, string representationId)
Parameters
Type | Name | Description |
---|---|---|
System.String | manifestId | Id of the manifest (required) |
System.String | periodId | Id of the period (required) |
System.String | adaptationsetId | Id of the adaptation set (required) |
System.String | representationId | Id of the Progressive WebM representation to be deleted (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String, String, String, String)
Progressive WebM Representation Details
Declaration
public Task<DashProgressiveWebmRepresentation> GetAsync(string manifestId, string periodId, string adaptationsetId, string representationId)
Parameters
Type | Name | Description |
---|---|---|
System.String | manifestId | Id of the manifest (required) |
System.String | periodId | Id of the period (required) |
System.String | adaptationsetId | Id of the adaptation set (required) |
System.String | representationId | Id of the representation (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DashProgressiveWebmRepresentation> |
ListAsync(String, String, String, Func<ProgressiveWebmApi.ListQueryParams, ProgressiveWebmApi.ListQueryParams>[])
List all Progressive WebM Representations
Declaration
public Task<PaginationResponse<DashProgressiveWebmRepresentation>> ListAsync(string manifestId, string periodId, string adaptationsetId, params Func<ProgressiveWebmApi.ListQueryParams, ProgressiveWebmApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | manifestId | Id of the manifest (required) |
System.String | periodId | Id of the period (required) |
System.String | adaptationsetId | Id of the adaptation set (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<DashProgressiveWebmRepresentation>> |