Show / Hide Table of Contents

Class VersionsApi

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

Constructors

VersionsApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of VersionsApi

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

Latest

Declaration
public LatestApi Latest { get; }
Property Value
Type Description
LatestApi

Methods

ListAsync(String)

List Player Versions for Channel

Declaration
public Task<PaginationResponse<PlayerVersion>> ListAsync(string channelName)
Parameters
Type Name Description
System.String channelName

Name of the channel to get the player versions for. (required)

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