public static interface EncodingParametersRequest.Builder extends SdkPojo, CopyableBuilder<EncodingParametersRequest.Builder,EncodingParametersRequest>
| Modifier and Type | Method and Description |
|---|---|
EncodingParametersRequest.Builder |
compressionFactor(Double compressionFactor)
A value that is used to calculate compression for an output.
|
EncodingParametersRequest.Builder |
encoderProfile(EncoderProfile encoderProfile)
A setting on the encoder that drives compression settings.
|
EncodingParametersRequest.Builder |
encoderProfile(String encoderProfile)
A setting on the encoder that drives compression settings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncodingParametersRequest.Builder compressionFactor(Double compressionFactor)
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.Builder encoderProfile(String 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.EncoderProfile,
EncoderProfileEncodingParametersRequest.Builder encoderProfile(EncoderProfile 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.EncoderProfile,
EncoderProfileCopyright © 2022. All rights reserved.