Show / Hide Table of Contents

Class RotateApi

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

Constructors

RotateApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of RotateApi

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

Customdata

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

Methods

CreateAsync(RotateFilter)

Create Rotate Filter

Declaration
public Task<RotateFilter> CreateAsync(RotateFilter rotateFilter)
Parameters
Type Name Description
RotateFilter rotateFilter

The Rotate Filter to be created

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

DeleteAsync(String)

Delete Rotate Filter

Declaration
public Task<BitmovinResponse> DeleteAsync(string filterId)
Parameters
Type Name Description
System.String filterId

Id of the Rotate Filter. (required)

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

GetAsync(String)

Rotate Filter Details

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

Id of the Rotate Filter. (required)

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

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

List Rotate Filters

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

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

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