| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static BlackoutSlateNetworkEndBlackout |
BlackoutSlateNetworkEndBlackout.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
BlackoutSlateNetworkEndBlackout |
BlackoutSlate.networkEndBlackout()
Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the
"Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered.
|
static BlackoutSlateNetworkEndBlackout |
BlackoutSlateNetworkEndBlackout.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlackoutSlateNetworkEndBlackout[] |
BlackoutSlateNetworkEndBlackout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BlackoutSlateNetworkEndBlackout> |
BlackoutSlateNetworkEndBlackout.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BlackoutSlate.Builder |
BlackoutSlate.Builder.networkEndBlackout(BlackoutSlateNetworkEndBlackout networkEndBlackout)
Setting to enabled causes the encoder to blackout the video, audio, and captions, and raise the
"Network Blackout Image" slate when an SCTE104/35 Network End Segmentation Descriptor is encountered.
|
Copyright © 2022. All rights reserved.