@Stability(value=Stable)
public static interface CfnChannel.FrameCaptureSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 Number |
getCaptureInterval()
The frequency, in seconds, for capturing frames for inclusion in the output.
|
default String |
getCaptureIntervalUnits()
Unit for the frame capture interval.
|
@Stability(value=Stable) @Nullable default Number getCaptureInterval()
For example, "10" means capture a frame every 10 seconds.
@Stability(value=Stable) @Nullable default String getCaptureIntervalUnits()
@Stability(value=Stable) static CfnChannel.FrameCaptureSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.