@Stability(value=Stable)
public static interface CfnChannel.BlackoutSlateProperty
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.*;
BlackoutSlateProperty blackoutSlateProperty = BlackoutSlateProperty.builder()
.blackoutSlateImage(InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build())
.networkEndBlackout("networkEndBlackout")
.networkEndBlackoutImage(InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build())
.networkId("networkId")
.state("state")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.BlackoutSlateProperty.Builder
A builder for
CfnChannel.BlackoutSlateProperty |
static class |
CfnChannel.BlackoutSlateProperty.Jsii$Proxy
An implementation for
CfnChannel.BlackoutSlateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.BlackoutSlateProperty.Builder |
builder() |
default Object |
getBlackoutSlateImage()
The blackout slate image to be used.
|
default String |
getNetworkEndBlackout()
Setting to enabled causes MediaLive to blackout the video, audio, and captions, and raise the "Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered.
|
default Object |
getNetworkEndBlackoutImage()
The path to the local file to use as the Network End Blackout image.
|
default String |
getNetworkId()
Provides a Network ID that matches EIDR ID format (for example, "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
|
default String |
getState()
When set to enabled, this causes video, audio, and captions to be blanked when indicated by program metadata.
|
@Stability(value=Stable) @Nullable default Object getBlackoutSlateImage()
Keep empty for solid black. Only .bmp and .png images are supported.
@Stability(value=Stable) @Nullable default String getNetworkEndBlackout()
The blackout is lifted when the Network Start Segmentation Descriptor is encountered. The Network End and Network Start descriptors must contain a network ID that matches the value entered in Network ID.
@Stability(value=Stable) @Nullable default Object getNetworkEndBlackoutImage()
The image is scaled to fill the entire output raster.
@Stability(value=Stable) @Nullable default String getNetworkId()
@Stability(value=Stable) @Nullable default String getState()
@Stability(value=Stable) static CfnChannel.BlackoutSlateProperty.Builder builder()
Copyright © 2022. All rights reserved.