Interface EncodingConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EncodingConfig.Builder,,EncodingConfig> SdkBuilder<EncodingConfig.Builder,,EncodingConfig> SdkPojo
- Enclosing class:
EncodingConfig
-
Method Summary
Modifier and TypeMethodDescriptionencodingProfile(String encodingProfile) The encoding profile to use when transcoding the NDI source content to a transport stream.encodingProfile(EncodingProfile encodingProfile) The encoding profile to use when transcoding the NDI source content to a transport stream.videoMaxBitrate(Integer videoMaxBitrate) The maximum video bitrate to use when transcoding the NDI source to a transport stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
encodingProfile
The encoding profile to use when transcoding the NDI source content to a transport stream. You can change this value while the flow is running.
- Parameters:
encodingProfile- The encoding profile to use when transcoding the NDI source content to a transport stream. You can change this value while the flow is running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encodingProfile
The encoding profile to use when transcoding the NDI source content to a transport stream. You can change this value while the flow is running.
- Parameters:
encodingProfile- The encoding profile to use when transcoding the NDI source content to a transport stream. You can change this value while the flow is running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
videoMaxBitrate
The maximum video bitrate to use when transcoding the NDI source to a transport stream. This parameter enables you to override the default video bitrate within the encoding profile's supported range.
The supported range is 10,000,000 - 50,000,000 bits per second (bps). If you don't specify a value, MediaConnect uses the default value of 20,000,000 bps.
- Parameters:
videoMaxBitrate- The maximum video bitrate to use when transcoding the NDI source to a transport stream. This parameter enables you to override the default video bitrate within the encoding profile's supported range.The supported range is 10,000,000 - 50,000,000 bits per second (bps). If you don't specify a value, MediaConnect uses the default value of 20,000,000 bps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-