Enum SimpleEncodingLiveJobStatus
SimpleEncodingLiveJobStatus
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum SimpleEncodingLiveJobStatus
Fields
| Name | Description |
|---|---|
| CANCELED | The Simple Encoding Live Job has been executed but the encoding has been canceled manually by the user |
| CREATED | The Simple Encoding Live Job has been created and is waiting to be executed |
| ERROR | The Simple Encoding Live Job has been executed but the encoding failed, check the encoding details for more information |
| EXECUTING | The Simple Encoding Live Job is currently being executed and creating the encoding |
| FAILURE | The Simple Encoding Live Job could not create the encoding, check the details for more information |
| RUNNING | The Simple Encoding Live Job has triggered the encoding and is accepting/encoding ingress |
| STARTING | The Simple Encoding Live Job has triggered the encoding and is currently starting |
| STOPPED | The Simple Encoding Live Job has been executed and the encoding has finished |