Module: Google::Cloud::Video::Transcoder::V1::Job::OptimizationStrategy

Defined in:
proto_docs/google/cloud/video/transcoder/v1/resources.rb

Overview

The optimization strategy of the job. The default is AUTODETECT.

Constant Summary collapse

OPTIMIZATION_STRATEGY_UNSPECIFIED =

The optimization strategy is not specified.

0
AUTODETECT =

Prioritize job processing speed.

1
DISABLED =

Disable all optimizations.

2