Interface NdiOutputConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NdiOutputConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-31T10:49:55.190Z")
@Stability(Experimental)
public interface NdiOutputConfig
extends software.amazon.jsii.JsiiSerializable
(experimental) Configuration options for NDI outputs.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediaconnect.alpha.*;
NdiOutputConfig ndiOutputConfig = NdiOutputConfig.builder()
.ndiProgramName("ndiProgramName")
.ndiSpeedHqQuality(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forNdiOutputConfigstatic final classAn implementation forNdiOutputConfig -
Method Summary
Modifier and TypeMethodDescriptionstatic NdiOutputConfig.Builderbuilder()default String(experimental) A suffix for the names of the NDI sources that the flow creates.default Number(experimental) A quality setting for the NDI Speed HQ encoder, expressed as a percentage.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNdiProgramName
(experimental) A suffix for the names of the NDI sources that the flow creates.Default: - the output name is used
-
getNdiSpeedHqQuality
(experimental) A quality setting for the NDI Speed HQ encoder, expressed as a percentage.Valid range: 100-200. Higher values produce higher quality and larger bitrate.
Default: - the MediaConnect service default
- See Also:
-
builder
- Returns:
- a
NdiOutputConfig.BuilderofNdiOutputConfig
-