public static interface CfnChannel.FrameCaptureSettingsProperty
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") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.FrameCaptureSettingsProperty.Builder
A builder for
CfnChannel.FrameCaptureSettingsProperty |
static class |
CfnChannel.FrameCaptureSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.FrameCaptureSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.FrameCaptureSettingsProperty.Builder |
builder() |
default java.lang.Number |
getCaptureInterval()
The frequency, in seconds, for capturing frames for inclusion in the output.
|
default java.lang.String |
getCaptureIntervalUnits()
Unit for the frame capture interval.
|
default java.lang.Number getCaptureInterval()
For example, "10" means capture a frame every 10 seconds.
default java.lang.String getCaptureIntervalUnits()
static CfnChannel.FrameCaptureSettingsProperty.Builder builder()