Interface CfnChannel.FrameCaptureSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.FrameCaptureSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.FrameCaptureSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The frame capture settings.
The parent of this entity is VideoCodecSettings.
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.*; FrameCaptureSettingsProperty frameCaptureSettingsProperty = FrameCaptureSettingsProperty.builder() .captureInterval(123) .captureIntervalUnits("captureIntervalUnits") .timecodeBurninSettings(TimecodeBurninSettingsProperty.builder() .fontSize("fontSize") .position("position") .prefix("prefix") .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.FrameCaptureSettingsProperty
static final class
An implementation forCfnChannel.FrameCaptureSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCaptureInterval
The frequency, in seconds, for capturing frames for inclusion in the output.For example, "10" means capture a frame every 10 seconds.
- See Also:
-
getCaptureIntervalUnits
Unit for the frame capture interval.- See Also:
-
getTimecodeBurninSettings
- See Also:
-
builder
-