Show / Hide Table of Contents

Class Mp3Api

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

Constructors

Mp3Api(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of Mp3Api

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

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

Add MP3 muxing

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

Id of the encoding. (required)

Mp3Muxing mp3Muxing

The MP3 muxing to be created

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

DeleteAsync(String, String)

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

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

GetAsync(String, String)

MP3 muxing details

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

Id of the encoding. (required)

System.String muxingId

Id of the MP3 muxing (required)

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

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

List MP3 muxings

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

Id of the encoding. (required)

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

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

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