Class Eac3Api
Inheritance
System.Object
Eac3Api
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()
Assembly: Bitmovin.Api.Sdk.dll
Syntax
Constructors
Eac3Api(IBitmovinApiClientFactory)
Declaration
public Eac3Api(IBitmovinApiClientFactory apiClientFactory)
Parameters
Properties
Builder
Fluent builder for creating an instance of Eac3Api
Declaration
public static BitmovinApiBuilder<Eac3Api> Builder { get; }
Property Value
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Methods
CreateAsync(Eac3AudioConfiguration)
Declaration
public Task<Eac3AudioConfiguration> CreateAsync(Eac3AudioConfiguration eac3AudioConfiguration)
Parameters
Type |
Name |
Description |
Eac3AudioConfiguration |
eac3AudioConfiguration |
The E-AC3 Codec Configuration to be created
|
Returns
DeleteAsync(String)
Declaration
public Task<BitmovinResponse> DeleteAsync(string configurationId)
Parameters
Type |
Name |
Description |
System.String |
configurationId |
Id of the codec configuration (required)
|
Returns
GetAsync(String)
Declaration
public Task<Eac3AudioConfiguration> GetAsync(string configurationId)
Parameters
Type |
Name |
Description |
System.String |
configurationId |
Id of the codec configuration (required)
|
Returns
ListAsync(Func<Eac3Api.ListQueryParams, Eac3Api.ListQueryParams>[])
Declaration
public Task<PaginationResponse<Eac3AudioConfiguration>> ListAsync(params Func<Eac3Api.ListQueryParams, Eac3Api.ListQueryParams>[] queryParams)
Parameters
Returns