Google Cloud Video Transcoder V1 Client - Class OptimizationStrategy (1.3.1)

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 \ Job

Methods

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.