Class Ac3Api
Inheritance
System.Object
Ac3Api
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
Ac3Api(IBitmovinApiClientFactory)
Declaration
public Ac3Api(IBitmovinApiClientFactory apiClientFactory)
Parameters
Properties
Builder
Fluent builder for creating an instance of Ac3Api
Declaration
public static BitmovinApiBuilder<Ac3Api> Builder { get; }
Property Value
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Methods
CreateAsync(Ac3AudioConfiguration)
Declaration
public Task<Ac3AudioConfiguration> CreateAsync(Ac3AudioConfiguration ac3AudioConfiguration)
Parameters
Type |
Name |
Description |
Ac3AudioConfiguration |
ac3AudioConfiguration |
The 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<Ac3AudioConfiguration> GetAsync(string configurationId)
Parameters
Type |
Name |
Description |
System.String |
configurationId |
Id of the codec configuration (required)
|
Returns
ListAsync(Func<Ac3Api.ListQueryParams, Ac3Api.ListQueryParams>[])
Declaration
public Task<PaginationResponse<Ac3AudioConfiguration>> ListAsync(params Func<Ac3Api.ListQueryParams, Ac3Api.ListQueryParams>[] queryParams)
Parameters
Returns