Show / Hide Table of Contents

Class H262Api

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

Constructors

H262Api(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of H262Api

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

Customdata

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

Methods

CreateAsync(H262VideoConfiguration)

Create H262 Codec Configuration

Declaration
public Task<H262VideoConfiguration> CreateAsync(H262VideoConfiguration h262VideoConfiguration)
Parameters
Type Name Description
H262VideoConfiguration h262VideoConfiguration

The H262 Codec Configuration to be created

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

DeleteAsync(String)

Delete H262 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)

H262 Codec Configuration Details

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

Id of the codec configuration (required)

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

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

List H262 Codec Configurations

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

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

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