Class CfnChannel.FeatureActivationsProperty
Settings to enable specific features. You can't configure these features until you have enabled them in the channel.
Inheritance
System.Object
CfnChannel.FeatureActivationsProperty
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FeatureActivationsProperty : Object, CfnChannel.IFeatureActivationsProperty
Syntax (vb)
Public Class FeatureActivationsProperty
Inherits Object
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() |
Properties
InputPrepareScheduleActions | Enables the Input Prepare feature. |
OutputStaticImageOverlayScheduleActions |
Constructors
FeatureActivationsProperty()
public FeatureActivationsProperty()
Properties
InputPrepareScheduleActions
Enables the Input Prepare feature.
public string InputPrepareScheduleActions { get; set; }
Property Value
System.String
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
public string OutputStaticImageOverlayScheduleActions { get; set; }
Property Value
System.String