Class CfnFlowPropsMixin.BlackFramesProperty
Configures settings for the BlackFrames metric.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFlowPropsMixin.BlackFramesProperty : CfnFlowPropsMixin.IBlackFramesProperty
Syntax (vb)
Public Class CfnFlowPropsMixin.BlackFramesProperty Implements CfnFlowPropsMixin.IBlackFramesProperty
Remarks
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.Mixins.Preview.AWS.MediaConnect.Mixins;
var blackFramesProperty = new BlackFramesProperty {
State = "state",
ThresholdSeconds = 123
};
Synopsis
Constructors
| BlackFramesProperty() | Configures settings for the |
Properties
| State | Indicates whether the |
| ThresholdSeconds | Specifies the number of consecutive seconds of black frames that triggers an event or alert. |
Constructors
BlackFramesProperty()
Configures settings for the BlackFrames metric.
public BlackFramesProperty()
Remarks
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.Mixins.Preview.AWS.MediaConnect.Mixins;
var blackFramesProperty = new BlackFramesProperty {
State = "state",
ThresholdSeconds = 123
};
Properties
State
Indicates whether the BlackFrames metric is enabled or disabled..
public string? State { get; set; }
Property Value
Remarks
ThresholdSeconds
Specifies the number of consecutive seconds of black frames that triggers an event or alert.
public double? ThresholdSeconds { get; set; }