Class DenoiseHqdn3dApi
Inheritance
System.Object
DenoiseHqdn3dApi
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.Filters.DenoiseHqdn3d
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class DenoiseHqdn3dApi
Constructors
DenoiseHqdn3dApi(IBitmovinApiClientFactory)
Declaration
public DenoiseHqdn3dApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of DenoiseHqdn3dApi
Declaration
public static BitmovinApiBuilder<DenoiseHqdn3dApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<DenoiseHqdn3dApi> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(DenoiseHqdn3dFilter)
Create Denoise hqdn3d Filter
Declaration
public Task<DenoiseHqdn3dFilter> CreateAsync(DenoiseHqdn3dFilter denoiseHqdn3dFilter)
Parameters
Type | Name | Description |
---|---|---|
DenoiseHqdn3dFilter | denoiseHqdn3dFilter | The Denoise hqdn3d Filter to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DenoiseHqdn3dFilter> |
DeleteAsync(String)
Delete Denoise hqdn3d Filter
Declaration
public Task<BitmovinResponse> DeleteAsync(string filterId)
Parameters
Type | Name | Description |
---|---|---|
System.String | filterId | Id of the denoise hqdn3d filter (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String)
Denoise hqdn3d Filter Details
Declaration
public Task<DenoiseHqdn3dFilter> GetAsync(string filterId)
Parameters
Type | Name | Description |
---|---|---|
System.String | filterId | Id of the denoise hqdn3d filter (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<DenoiseHqdn3dFilter> |
ListAsync(Func<DenoiseHqdn3dApi.ListQueryParams, DenoiseHqdn3dApi.ListQueryParams>[])
List Denoise hqdn3d Filters
Declaration
public Task<PaginationResponse<DenoiseHqdn3dFilter>> ListAsync(params Func<DenoiseHqdn3dApi.ListQueryParams, DenoiseHqdn3dApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<DenoiseHqdn3dApi.ListQueryParams, DenoiseHqdn3dApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<DenoiseHqdn3dFilter>> |