Show / Hide Table of Contents

Class Fmp4Api

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

Constructors

Fmp4Api(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of Fmp4Api

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

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, Fmp4Muxing)

Add fMP4 muxing

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

Id of the encoding. (required)

Fmp4Muxing fmp4Muxing

The fMP4 muxing to be created

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

DeleteAsync(String, String)

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

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

GetAsync(String, String)

fMP4 muxing details

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

Id of the encoding. (required)

System.String muxingId

Id of the fMP4 muxing (required)

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

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

List fMP4 muxings

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

Id of the encoding. (required)

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

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

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