Show / Hide Table of Contents

Class RtmpApi

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

Constructors

RtmpApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of RtmpApi

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

Methods

GetAsync(String)

RTMP Input Details

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

Id of the input (required)

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

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

List RTMP Inputs

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

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

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