Interface EncodingParametersRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EncodingParametersRequest.Builder,EncodingParametersRequest>, SdkBuilder<EncodingParametersRequest.Builder,EncodingParametersRequest>, SdkPojo
Enclosing class:
EncodingParametersRequest

public static interface EncodingParametersRequest.Builder extends SdkPojo, CopyableBuilder<EncodingParametersRequest.Builder,EncodingParametersRequest>
  • Method Details

    • compressionFactor

      EncodingParametersRequest.Builder compressionFactor(Double 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.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encoderProfile

      EncodingParametersRequest.Builder encoderProfile(String 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.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encoderProfile

      EncodingParametersRequest.Builder 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.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: