Class CfnChannel.FeatureActivationsProperty
Settings to enable specific features. You can't configure these features until you have enabled them in the channel.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.FeatureActivationsProperty : CfnChannel.IFeatureActivationsProperty
Syntax (vb)
Public Class CfnChannel.FeatureActivationsProperty Implements CfnChannel.IFeatureActivationsProperty
Remarks
The parent of this entity is EncoderSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var featureActivationsProperty = new FeatureActivationsProperty {
InputPrepareScheduleActions = "inputPrepareScheduleActions",
OutputStaticImageOverlayScheduleActions = "outputStaticImageOverlayScheduleActions"
};
Synopsis
Constructors
FeatureActivationsProperty() | Settings to enable specific features. You can't configure these features until you have enabled them in the channel. |
Properties
InputPrepareScheduleActions | Enables the Input Prepare feature. |
OutputStaticImageOverlayScheduleActions | Settings to enable specific features. You can't configure these features until you have enabled them in the channel. |
Constructors
FeatureActivationsProperty()
Settings to enable specific features. You can't configure these features until you have enabled them in the channel.
public FeatureActivationsProperty()
Remarks
The parent of this entity is EncoderSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var featureActivationsProperty = new FeatureActivationsProperty {
InputPrepareScheduleActions = "inputPrepareScheduleActions",
OutputStaticImageOverlayScheduleActions = "outputStaticImageOverlayScheduleActions"
};
Properties
InputPrepareScheduleActions
Enables the Input Prepare feature.
public string? InputPrepareScheduleActions { get; set; }
Property Value
Remarks
You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.
OutputStaticImageOverlayScheduleActions
Settings to enable specific features. You can't configure these features until you have enabled them in the channel.
public string? OutputStaticImageOverlayScheduleActions { get; set; }