Show / Hide Table of Contents

Class SimpleApi

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

Constructors

SimpleApi(IBitmovinApiClientFactory)

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

Properties

Builder

Fluent builder for creating an instance of SimpleApi

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

Jobs

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