Method: Aws::MediaConnect::Types::EncodingParametersRequest#encoder_profile
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
#encoder_profile ⇒ String
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.
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 |