Show / Hide Table of Contents

Class StreamsApi

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

Constructors

StreamsApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of StreamsApi

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

Methods

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

List Stream Infos of Live Statistics from an Encoding

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

Id of the encoding. (required)

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

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

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