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