Show / Hide Table of Contents

Class ProgressiveMovApi

Inheritance
System.Object
ProgressiveMovApi
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.ProgressiveMov
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ProgressiveMovApi

Constructors

ProgressiveMovApi(IBitmovinApiClientFactory)

Declaration
public ProgressiveMovApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Builder

Fluent builder for creating an instance of ProgressiveMovApi

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

Customdata

Declaration
public CustomdataApi Customdata { get; }
Property Value
Type Description
CustomdataApi

Information

Declaration
public InformationApi Information { get; }
Property Value
Type Description
InformationApi

Methods

CreateAsync(String, ProgressiveMovMuxing)

Add Progressive MOV muxing

Declaration
public Task<ProgressiveMovMuxing> CreateAsync(string encodingId, ProgressiveMovMuxing progressiveMovMuxing)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

ProgressiveMovMuxing progressiveMovMuxing

The Progressive MOV muxing to be created

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

DeleteAsync(String, String)

Delete Progressive MOV 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 MOV muxing (required)

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

GetAsync(String, String)

Progressive MOV muxing details

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

Id of the encoding. (required)

System.String muxingId

Id of the Progressive MOV muxing (required)

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

ListAsync(String, Func<ProgressiveMovApi.ListQueryParams, ProgressiveMovApi.ListQueryParams>[])

List Progressive MOV muxings

Declaration
public Task<PaginationResponse<ProgressiveMovMuxing>> ListAsync(string encodingId, params Func<ProgressiveMovApi.ListQueryParams, ProgressiveMovApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

System.Func<ProgressiveMovApi.ListQueryParams, ProgressiveMovApi.ListQueryParams>[] queryParams

The query parameters for sorting, filtering and paging options (optional)

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