Interface CfnChannel.EncoderSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.EncoderSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.EncoderSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The settings for the encoding of outputs.
This entity is at the top level in the channel.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.EncoderSettingsProperty
static final class
An implementation forCfnChannel.EncoderSettingsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The encoding information for output audio.default Object
The settings for ad avail blanking.default Object
The configuration settings for the ad avail handling.default Object
The settings for the blackout slate.default Object
The encoding information for output captions.default Object
default Object
Settings to enable specific features.default Object
The configuration settings that apply to the entire channel.default Object
Settings to enable and configure the motion graphics overlay feature in the channel.default Object
The settings to configure Nielsen watermarks.default Object
The settings for the output groups in the channel.default Object
default Object
Contains settings used to acquire and adjust timecode information from the inputs.default Object
The encoding information for output videos.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAudioDescriptions
The encoding information for output audio.- See Also:
-
getAvailBlanking
The settings for ad avail blanking.- See Also:
-
getAvailConfiguration
The configuration settings for the ad avail handling.- See Also:
-
getBlackoutSlate
The settings for the blackout slate.- See Also:
-
getCaptionDescriptions
The encoding information for output captions.- See Also:
-
getColorCorrectionSettings
- See Also:
-
getFeatureActivations
Settings to enable specific features.- See Also:
-
getGlobalConfiguration
The configuration settings that apply to the entire channel.- See Also:
-
getMotionGraphicsConfiguration
Settings to enable and configure the motion graphics overlay feature in the channel.- See Also:
-
getNielsenConfiguration
The settings to configure Nielsen watermarks.- See Also:
-
getOutputGroups
The settings for the output groups in the channel.- See Also:
-
getThumbnailConfiguration
- See Also:
-
getTimecodeConfig
Contains settings used to acquire and adjust timecode information from the inputs.- See Also:
-
getVideoDescriptions
The encoding information for output videos.- See Also:
-
builder
-