Complexity type

Defines values for Complexity.
KnownComplexity can be used interchangeably with Complexity, this enum contains the known values that the service supports.

Known values supported by the service

Speed: Configures the encoder to use settings optimized for faster encoding. Quality is sacrificed to decrease encoding time.
Balanced: Configures the encoder to use settings that achieve a balance between speed and quality.
Quality: Configures the encoder to use settings optimized to produce higher quality output at the expense of slower overall encode time.

type Complexity = string