Show / Hide Table of Contents

Class Mp4Api

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

Constructors

Mp4Api(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of Mp4Api

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

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

Add MP4 muxing

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

Id of the encoding. (required)

Mp4Muxing mp4Muxing

The MP4 muxing to be created

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

DeleteAsync(String, String)

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

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

GetAsync(String, String)

MP4 muxing details

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

Id of the encoding. (required)

System.String muxingId

Id of the MP4 muxing (required)

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

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

List MP4 muxings

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

Id of the encoding. (required)

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

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

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