public static interface EncodingParameters.Builder extends SdkPojo, CopyableBuilder<EncodingParameters.Builder,EncodingParameters>
| Modifier and Type | Method and Description |
|---|---|
EncodingParameters.Builder |
compressionFactor(Double compressionFactor)
A value that is used to calculate compression for an output.
|
EncodingParameters.Builder |
encoderProfile(EncoderProfile encoderProfile)
A setting on the encoder that drives compression settings.
|
EncodingParameters.Builder |
encoderProfile(String encoderProfile)
A setting on the encoder that drives compression settings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncodingParameters.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.EncodingParameters.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, with a flow source that uses
the CDI protocol.EncoderProfile,
EncoderProfileEncodingParameters.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, with a flow source that uses
the CDI protocol.EncoderProfile,
EncoderProfileCopyright © 2023. All rights reserved.