@Stability(value=Stable)
public static interface CfnChannel.AvailBlankingProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is EncoderSettings.
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.*;
AvailBlankingProperty availBlankingProperty = AvailBlankingProperty.builder()
.availBlankingImage(InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build())
.state("state")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AvailBlankingProperty.Builder
A builder for
CfnChannel.AvailBlankingProperty |
static class |
CfnChannel.AvailBlankingProperty.Jsii$Proxy
An implementation for
CfnChannel.AvailBlankingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AvailBlankingProperty.Builder |
builder() |
default Object |
getAvailBlankingImage()
The blanking image to be used.
|
default String |
getState()
When set to enabled, the video, audio, and captions are blanked when insertion metadata is added.
|
@Stability(value=Stable) @Nullable default Object getAvailBlankingImage()
Keep empty for solid black. Only .bmp and .png images are supported.
@Stability(value=Stable) @Nullable default String getState()
@Stability(value=Stable) static CfnChannel.AvailBlankingProperty.Builder builder()
Copyright © 2022. All rights reserved.