Class Vp9Api
Inheritance
System.Object
Vp9Api
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.Vp9
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Vp9Api
Constructors
Vp9Api(IBitmovinApiClientFactory)
Declaration
public Vp9Api(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of Vp9Api
Declaration
public static BitmovinApiBuilder<Vp9Api> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<Vp9Api> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(Vp9VideoConfiguration)
Create VP9 Codec Configuration
Declaration
public Task<Vp9VideoConfiguration> CreateAsync(Vp9VideoConfiguration vp9VideoConfiguration)
Parameters
Type | Name | Description |
---|---|---|
Vp9VideoConfiguration | vp9VideoConfiguration | The VP9 Codec Configuration to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Vp9VideoConfiguration> |
DeleteAsync(String)
Delete VP9 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)
VP9 Codec Configuration Details
Declaration
public Task<Vp9VideoConfiguration> GetAsync(string configurationId)
Parameters
Type | Name | Description |
---|---|---|
System.String | configurationId | Id of the codec configuration (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Vp9VideoConfiguration> |
ListAsync(Func<Vp9Api.ListQueryParams, Vp9Api.ListQueryParams>[])
List VP9 Codec Configurations
Declaration
public Task<PaginationResponse<Vp9VideoConfiguration>> ListAsync(params Func<Vp9Api.ListQueryParams, Vp9Api.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<Vp9Api.ListQueryParams, Vp9Api.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<Vp9VideoConfiguration>> |