Show / Hide Table of Contents

Class DeinterlaceApi

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

Constructors

DeinterlaceApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of DeinterlaceApi

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

Customdata

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

Methods

CreateAsync(DeinterlaceFilter)

Create Deinterlace Filter

Declaration
public Task<DeinterlaceFilter> CreateAsync(DeinterlaceFilter deinterlaceFilter)
Parameters
Type Name Description
DeinterlaceFilter deinterlaceFilter

The Deinterlace Filter to be created

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

DeleteAsync(String)

Delete Deinterlace Filter

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

Id of the Deinterlace Filter (required)

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

GetAsync(String)

Deinterlace Filter Details

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

Id of the Deinterlace Filter (required)

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

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

List Deinterlace Filters

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

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

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