Show / Hide Table of Contents

Class InterlaceApi

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

Constructors

InterlaceApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of InterlaceApi

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

Customdata

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

Methods

CreateAsync(InterlaceFilter)

Create Interlace Filter

Declaration
public Task<InterlaceFilter> CreateAsync(InterlaceFilter interlaceFilter)
Parameters
Type Name Description
InterlaceFilter interlaceFilter

The Interlace Filter to be created

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

DeleteAsync(String)

Delete Interlace Filter

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

Id of the Interlace Filter (required)

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

GetAsync(String)

Interlace Filter Details

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

Id of the Interlace Filter (required)

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

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

List Interlace Filters

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

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

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