@Stability(value=Stable)
public static interface CfnChannel.VideoDescriptionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.VideoDescriptionProperty.Builder
A builder for
CfnChannel.VideoDescriptionProperty |
static class |
CfnChannel.VideoDescriptionProperty.Jsii$Proxy
An implementation for
CfnChannel.VideoDescriptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.VideoDescriptionProperty.Builder |
builder() |
default Object |
getCodecSettings()
`CfnChannel.VideoDescriptionProperty.CodecSettings`.
|
default Number |
getHeight()
`CfnChannel.VideoDescriptionProperty.Height`.
|
default String |
getName()
`CfnChannel.VideoDescriptionProperty.Name`.
|
default String |
getRespondToAfd()
`CfnChannel.VideoDescriptionProperty.RespondToAfd`.
|
default String |
getScalingBehavior()
`CfnChannel.VideoDescriptionProperty.ScalingBehavior`.
|
default Number |
getSharpness()
`CfnChannel.VideoDescriptionProperty.Sharpness`.
|
default Number |
getWidth()
`CfnChannel.VideoDescriptionProperty.Width`.
|
@Stability(value=Stable) @Nullable default Object getCodecSettings()
@Stability(value=Stable) @Nullable default Number getHeight()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getRespondToAfd()
@Stability(value=Stable) @Nullable default String getScalingBehavior()
@Stability(value=Stable) @Nullable default Number getSharpness()
@Stability(value=Stable) @Nullable default Number getWidth()
@Stability(value=Stable) static CfnChannel.VideoDescriptionProperty.Builder builder()
Copyright © 2021. All rights reserved.