H265Complexity type

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

Known values supported by the service

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

type H265Complexity = string