Show / Hide Table of Contents

Class Av1Api

Inheritance
System.Object
Av1Api
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.Configurations.Video.Av1
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Av1Api

Constructors

Av1Api(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of Av1Api

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

Customdata

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

Methods

CreateAsync(Av1VideoConfiguration)

Create AV1 Codec Configuration

Declaration
public Task<Av1VideoConfiguration> CreateAsync(Av1VideoConfiguration av1VideoConfiguration)
Parameters
Type Name Description
Av1VideoConfiguration av1VideoConfiguration

The AV1 Codec Configuration to be created

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

DeleteAsync(String)

Delete AV1 Codec Configuration

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

Id of the codec configuration (required)

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

GetAsync(String)

AV1 Codec Configuration Details

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

Id of the codec configuration (required)

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

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

List AV1 Codec Configurations

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

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

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