Method: Aws::MediaConnect::Types::EncodingParametersRequest#encoder_profile

Defined in:
lib/aws-sdk-mediaconnect/types.rb

#encoder_profileString

A setting on the encoder that drives compression settings. This property only applies to video media streams associated with outputs that use the ST 2110 JPEG XS protocol, if at least one source on the flow uses the CDI protocol.

Returns:

  • (String)


1637
1638
1639
1640
1641
1642
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1637

class EncodingParametersRequest < Struct.new(
  :compression_factor,
  :encoder_profile)
  SENSITIVE = []
  include Aws::Structure
end