H264Complexity type
Defines values for H264Complexity.
KnownH264Complexity can be used interchangeably with H264Complexity,
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 H264Complexity = string