Show / Hide Table of Contents

Class PlayerApi

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

Constructors

PlayerApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of PlayerApi

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

Channels

Declaration
public ChannelsApi Channels { get; }
Property Value
Type Description
ChannelsApi

CustomBuilds

Declaration
public CustomBuildsApi CustomBuilds { get; }
Property Value
Type Description
CustomBuildsApi

Licenses

Declaration
public LicensesApi Licenses { get; }
Property Value
Type Description
LicensesApi
Back to top Generated by DocFX