Class CfnChannel.BlackoutSlateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.BlackoutSlateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.BlackoutSlateProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.BlackoutSlateProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.BlackoutSlateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.BlackoutSlateProperty
An implementation for
CfnChannel.BlackoutSlateProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.BlackoutSlateProperty
CfnChannel.BlackoutSlateProperty.Builder, CfnChannel.BlackoutSlateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.BlackoutSlateProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The blackout slate image to be used.final String
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.final Object
The path to the local file to use as the Network End Blackout image.final String
Provides a Network ID that matches EIDR ID format (for example, "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").final String
getState()
When set to enabled, this causes video, audio, and captions to be blanked when indicated by program metadata.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.BlackoutSlateProperty.Builder
.
-
-
Method Details
-
getBlackoutSlateImage
Description copied from interface:CfnChannel.BlackoutSlateProperty
The blackout slate image to be used.Keep empty for solid black. Only .bmp and .png images are supported.
- Specified by:
getBlackoutSlateImage
in interfaceCfnChannel.BlackoutSlateProperty
-
getNetworkEndBlackout
Description copied from interface:CfnChannel.BlackoutSlateProperty
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.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.
- Specified by:
getNetworkEndBlackout
in interfaceCfnChannel.BlackoutSlateProperty
-
getNetworkEndBlackoutImage
Description copied from interface:CfnChannel.BlackoutSlateProperty
The path to the local file to use as the Network End Blackout image.The image is scaled to fill the entire output raster.
- Specified by:
getNetworkEndBlackoutImage
in interfaceCfnChannel.BlackoutSlateProperty
-
getNetworkId
Description copied from interface:CfnChannel.BlackoutSlateProperty
Provides a Network ID that matches EIDR ID format (for example, "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").- Specified by:
getNetworkId
in interfaceCfnChannel.BlackoutSlateProperty
-
getState
Description copied from interface:CfnChannel.BlackoutSlateProperty
When set to enabled, this causes video, audio, and captions to be blanked when indicated by program metadata.- Specified by:
getState
in interfaceCfnChannel.BlackoutSlateProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-