Show / Hide Table of Contents

Class RedundantRtmpApi

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

Constructors

RedundantRtmpApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of RedundantRtmpApi

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

Methods

CreateAsync(RedundantRtmpInput)

Create Redundant RTMP Input

Declaration
public Task<RedundantRtmpInput> CreateAsync(RedundantRtmpInput redundantRtmpInput)
Parameters
Type Name Description
RedundantRtmpInput redundantRtmpInput

The Redundant RTMP input to be created

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

DeleteAsync(String)

Delete Redundant RTMP Input

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

Id of the input (required)

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

GetAsync(String)

Redundant RTMP Input Details

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

Id of the input (required)

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

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

List Redundant RTMP Inputs

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

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

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