Show / Hide Table of Contents

Class SrtApi

Inheritance
System.Object
SrtApi
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.Statistics.Encodings.LiveStatistics.Srt
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class SrtApi

Constructors

SrtApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of SrtApi

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

Methods

ListAsync(String, Func<SrtApi.ListQueryParams, SrtApi.ListQueryParams>[])

List Stream Infos of Live Statistics from an Encoding

Declaration
public Task<PaginationResponse<SrtStatistics>> ListAsync(string encodingId, params Func<SrtApi.ListQueryParams, SrtApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

System.Func<SrtApi.ListQueryParams, SrtApi.ListQueryParams>[] queryParams

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

Returns
Type Description
System.Threading.Tasks.Task<PaginationResponse<SrtStatistics>>

ListBySrtInputIdAsync(String, String, Func<SrtApi.ListBySrtInputIdQueryParams, SrtApi.ListBySrtInputIdQueryParams>[])

List Statistics For SRT Live Stream Input

Declaration
public Task<PaginationResponse<SrtStatistics>> ListBySrtInputIdAsync(string encodingId, string srtInputId, params Func<SrtApi.ListBySrtInputIdQueryParams, SrtApi.ListBySrtInputIdQueryParams>[] queryParams)
Parameters
Type Name Description
System.String encodingId

Id of the encoding. (required)

System.String srtInputId

Id of the SRT input. (required)

System.Func<SrtApi.ListBySrtInputIdQueryParams, SrtApi.ListBySrtInputIdQueryParams>[] queryParams

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

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