public static interface CfnChannel.BlackoutSlateProperty
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 java.lang.Object |
getBlackoutSlateImage()
The blackout slate image to be used.
|
default java.lang.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 java.lang.Object |
getNetworkEndBlackoutImage()
The path to the local file to use as the Network End Blackout image.
|
default java.lang.String |
getNetworkId()
Provides a Network ID that matches EIDR ID format (for example, "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
|
default java.lang.String |
getState()
When set to enabled, this causes video, audio, and captions to be blanked when indicated by program metadata.
|
default java.lang.Object getBlackoutSlateImage()
Keep empty for solid black. Only .bmp and .png images are supported.
default java.lang.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.
default java.lang.Object getNetworkEndBlackoutImage()
The image is scaled to fill the entire output raster.
default java.lang.String getNetworkId()
default java.lang.String getState()
static CfnChannel.BlackoutSlateProperty.Builder builder()