Show / Hide Table of Contents

Class ChannelsApi

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

Constructors

ChannelsApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of ChannelsApi

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

Versions

Declaration
public VersionsApi Versions { get; }
Property Value
Type Description
VersionsApi

Methods

ListAsync()

List Player Channels

Declaration
public Task<PaginationResponse<PlayerChannel>> ListAsync()
Returns
Type Description
System.Threading.Tasks.Task<PaginationResponse<PlayerChannel>>
Back to top Generated by DocFX