Class DtsPassthroughApi
Inheritance
System.Object
DtsPassthroughApi
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.Configurations.Audio.DtsPassthrough
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class DtsPassthroughApi
Constructors
DtsPassthroughApi(IBitmovinApiClientFactory)
Declaration
public DtsPassthroughApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of DtsPassthroughApi
Declaration
public static BitmovinApiBuilder<DtsPassthroughApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<DtsPassthroughApi> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(DtsPassthroughAudioConfiguration)
Create DTS Passthrough Configuration
Declaration
public Task<DtsPassthroughAudioConfiguration> CreateAsync(DtsPassthroughAudioConfiguration dtsPassthroughAudioConfiguration)
Parameters
Type | Name | Description |
---|---|---|
DtsPassthroughAudioConfiguration | dtsPassthroughAudioConfiguration | The DTS Passthrough Codec Configuration to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DtsPassthroughAudioConfiguration> |
DeleteAsync(String)
Delete DTS Passthrough Codec Configuration
Declaration
public Task<BitmovinResponse> DeleteAsync(string configurationId)
Parameters
Type | Name | Description |
---|---|---|
System.String | configurationId | Id of the codec configuration (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String)
DTS Passthrough Codec Configuration Details
Declaration
public Task<DtsPassthroughAudioConfiguration> GetAsync(string configurationId)
Parameters
Type | Name | Description |
---|---|---|
System.String | configurationId | Id of the codec configuration (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DtsPassthroughAudioConfiguration> |
ListAsync(Func<DtsPassthroughApi.ListQueryParams, DtsPassthroughApi.ListQueryParams>[])
List DTS Passthrough Configurations
Declaration
public Task<PaginationResponse<DtsPassthroughAudioConfiguration>> ListAsync(params Func<DtsPassthroughApi.ListQueryParams, DtsPassthroughApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<DtsPassthroughApi.ListQueryParams, DtsPassthroughApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<DtsPassthroughAudioConfiguration>> |