Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EncodingParametersRequest = EncodingParametersRequest' {}
- newEncodingParametersRequest :: EncoderProfile -> Double -> EncodingParametersRequest
- encodingParametersRequest_encoderProfile :: Lens' EncodingParametersRequest EncoderProfile
- encodingParametersRequest_compressionFactor :: Lens' EncodingParametersRequest Double
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.
EncodingParametersRequest' | |
|
Instances
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.