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