qualityLevel property

H264QualityLevel? qualityLevel
final

Leave as STANDARD_QUALITY or choose a different value (which might result in additional costs to run the channel).

  • ENHANCED_QUALITY: Produces a slightly better video quality without an increase in the bitrate. Has an effect only when the Rate control mode is QVBR or CBR. If this channel is in a MediaLive multiplex, the value must be ENHANCED_QUALITY.
  • STANDARD_QUALITY: Valid for any Rate control mode.

Implementation

final H264QualityLevel? qualityLevel;