libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConnect.Types.EncodingParametersRequest

Description

 
Synopsis

Documentation

data EncodingParametersRequest Source #

A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.

See: newEncodingParametersRequest smart constructor.

Constructors

EncodingParametersRequest' 

Fields

  • encoderProfile :: EncoderProfile

    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.

  • compressionFactor :: Double

    A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive.

Instances

Instances details
Eq EncodingParametersRequest Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.EncodingParametersRequest

Read EncodingParametersRequest Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.EncodingParametersRequest

Show EncodingParametersRequest Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.EncodingParametersRequest

Generic EncodingParametersRequest Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.EncodingParametersRequest

Associated Types

type Rep EncodingParametersRequest :: Type -> Type #

NFData EncodingParametersRequest Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.EncodingParametersRequest

Hashable EncodingParametersRequest Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.EncodingParametersRequest

ToJSON EncodingParametersRequest Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.EncodingParametersRequest

type Rep EncodingParametersRequest Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.EncodingParametersRequest

type Rep EncodingParametersRequest = D1 ('MetaData "EncodingParametersRequest" "Amazonka.MediaConnect.Types.EncodingParametersRequest" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" 'False) (C1 ('MetaCons "EncodingParametersRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encoderProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncoderProfile) :*: S1 ('MetaSel ('Just "compressionFactor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newEncodingParametersRequest Source #

Create a value of EncodingParametersRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:encoderProfile:EncodingParametersRequest', encodingParametersRequest_encoderProfile - 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.

$sel:compressionFactor:EncodingParametersRequest', encodingParametersRequest_compressionFactor - A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive.

encodingParametersRequest_encoderProfile :: Lens' EncodingParametersRequest EncoderProfile Source #

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.

encodingParametersRequest_compressionFactor :: Lens' EncodingParametersRequest Double Source #

A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive.