Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class OptimizationStrategy.
The optimization strategy of the job. The default is AUTODETECT
.
Protobuf type google.cloud.video.transcoder.v1.Job.OptimizationStrategy
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ JobMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
OPTIMIZATION_STRATEGY_UNSPECIFIED
Value: 0
The optimization strategy is not specified.
Generated from protobuf enum OPTIMIZATION_STRATEGY_UNSPECIFIED = 0;
AUTODETECT
Value: 1
Prioritize job processing speed.
Generated from protobuf enum AUTODETECT = 1;
DISABLED
Value: 2
Disable all optimizations.
Generated from protobuf enum DISABLED = 2;