Class JobsApi
Inheritance
System.Object
JobsApi
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.Jobs
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class JobsApi
Constructors
JobsApi(IBitmovinApiClientFactory)
Declaration
public JobsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of JobsApi
Declaration
public static BitmovinApiBuilder<JobsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<JobsApi> |
Live
Declaration
public LiveApi Live { get; }
Property Value
Type | Description |
---|---|
LiveApi |
Vod
Declaration
public VodApi Vod { get; }
Property Value
Type | Description |
---|---|
VodApi |