public enum Job.Types.ProcessingModeReference documentation and code samples for the Transcoder v1 API enum Job.Types.ProcessingMode.
The processing mode of the job.
Namespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Fields |
|
|---|---|
| Name | Description |
Batch |
The job processing mode is batch mode. Batch mode allows queuing of jobs. |
Interactive |
The job processing mode is interactive mode. Interactive job will either be ran or rejected if quota does not allow for it. |
Unspecified |
The job processing mode is not specified. |