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