Show / Hide Table of Contents

Class EbuR128SinglePassApi

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

Constructors

EbuR128SinglePassApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of EbuR128SinglePassApi

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

Customdata

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

Methods

CreateAsync(EbuR128SinglePassFilter)

Create EBU R128 Single Pass Filter

Declaration
public Task<EbuR128SinglePassFilter> CreateAsync(EbuR128SinglePassFilter ebuR128SinglePassFilter)
Parameters
Type Name Description
EbuR128SinglePassFilter ebuR128SinglePassFilter

The EBU R128 Single Pass Filter to be created

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

DeleteAsync(String)

Delete EBU R128 Single Pass Filter

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

Id of the EBU R128 Single Pass filter. (required)

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

GetAsync(String)

EBU R128 Single Pass Filter Details

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

Id of the EBU R128 Single Pass filter. (required)

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

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

List EBU R128 Single Pass Filters

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

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

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