| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
default BlackoutSlate.Builder |
BlackoutSlate.Builder.blackoutSlateImage(Consumer<InputLocation.Builder> blackoutSlateImage)
Blackout slate image to be used.
|
BlackoutSlate.Builder |
BlackoutSlate.Builder.blackoutSlateImage(InputLocation blackoutSlateImage)
Blackout slate image to be used.
|
static BlackoutSlate.Builder |
BlackoutSlate.builder() |
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.
|
BlackoutSlate.Builder |
BlackoutSlate.Builder.networkEndBlackout(String 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.
|
default BlackoutSlate.Builder |
BlackoutSlate.Builder.networkEndBlackoutImage(Consumer<InputLocation.Builder> networkEndBlackoutImage)
Path to local file to use as Network End Blackout image.
|
BlackoutSlate.Builder |
BlackoutSlate.Builder.networkEndBlackoutImage(InputLocation networkEndBlackoutImage)
Path to local file to use as Network End Blackout image.
|
BlackoutSlate.Builder |
BlackoutSlate.Builder.networkId(String networkId)
Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
|
BlackoutSlate.Builder |
BlackoutSlate.Builder.state(BlackoutSlateState state)
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
BlackoutSlate.Builder |
BlackoutSlate.Builder.state(String state)
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
BlackoutSlate.Builder |
BlackoutSlate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BlackoutSlate.Builder> |
BlackoutSlate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EncoderSettings.Builder |
EncoderSettings.Builder.blackoutSlate(Consumer<BlackoutSlate.Builder> blackoutSlate)
Settings for blackout slate.
|
Copyright © 2022. All rights reserved.