Show / Hide Table of Contents

Class UnsharpApi

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

Constructors

UnsharpApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of UnsharpApi

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

Customdata

Declaration
public CustomdataApi Customdata { get; }
Property Value
Type Description
CustomdataApi

Methods

CreateAsync(UnsharpFilter)

Create Unsharp Filter

Declaration
public Task<UnsharpFilter> CreateAsync(UnsharpFilter unsharpFilter)
Parameters
Type Name Description
UnsharpFilter unsharpFilter

The Unsharp Filter to be created

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

DeleteAsync(String)

Delete Unsharp Filter

Declaration
public Task<BitmovinResponse> DeleteAsync(string filterId)
Parameters
Type Name Description
System.String filterId

Id of the unsharp filter (required)

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

GetAsync(String)

Unsharp Filter Details

Declaration
public Task<UnsharpFilter> GetAsync(string filterId)
Parameters
Type Name Description
System.String filterId

Id of the unsharp filter (required)

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

ListAsync(Func<UnsharpApi.ListQueryParams, UnsharpApi.ListQueryParams>[])

List Unsharp Filters

Declaration
public Task<PaginationResponse<UnsharpFilter>> ListAsync(params Func<UnsharpApi.ListQueryParams, UnsharpApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.Func<UnsharpApi.ListQueryParams, UnsharpApi.ListQueryParams>[] queryParams

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

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