Class SimpleEncodingLiveJobRequest
SimpleEncodingLiveJobRequest
Inheritance
System.Object
SimpleEncodingLiveJobRequest
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.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class SimpleEncodingLiveJobRequest
Properties
CloudRegion
The cloud region that will be used for the live encoding. This value has to be set.
Declaration
public SimpleEncodingLiveCloudRegion? CloudRegion { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SimpleEncodingLiveCloudRegion> |
Input
Input
Declaration
public SimpleEncodingLiveJobInput Input { get; set; }
Property Value
Type | Description |
---|---|
SimpleEncodingLiveJobInput |
Name
This property will be used for naming the encoding.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Outputs
Please take a look at the documentation (required)
Declaration
public List<SimpleEncodingLiveJobOutput> Outputs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SimpleEncodingLiveJobOutput> |