Show / Hide Table of Contents

Class LatestApi

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

Constructors

LatestApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of LatestApi

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

Methods

GetAsync(String)

Get Latest Player Version for Channel

Declaration
public Task<PlayerVersion> GetAsync(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<PlayerVersion>
Back to top Generated by DocFX