Transcoder v1 API - Enum Job.Types.ProcessingMode (2.8.0)

public enum Job.Types.ProcessingMode

Reference documentation and code samples for the Transcoder v1 API enum Job.Types.ProcessingMode.

The processing mode of the job.

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Fields

NameDescription
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.