Interface CfnChannel.InputSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.InputSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.InputSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
The input specification for this channel.
It specifies the key characteristics of the inputs for this channel: the maximum bitrate, the resolution, and the codec.
This entity is at the top level in the channel.
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.medialive.*; InputSpecificationProperty inputSpecificationProperty = InputSpecificationProperty.builder() .codec("codec") .maximumBitrate("maximumBitrate") .resolution("resolution") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.InputSpecificationProperty
static final class
An implementation forCfnChannel.InputSpecificationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCodec
The codec to include in the input specification for this channel.- See Also:
-
getMaximumBitrate
The maximum input bitrate for any input attached to this channel.- See Also:
-
getResolution
The resolution for any input attached to this channel.- See Also:
-
builder
-