| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
BlackoutSlate |
BlackoutSlate.clone() |
BlackoutSlate |
EncoderSettings.getBlackoutSlate()
Settings for blackout slate.
|
BlackoutSlate |
BlackoutSlate.withBlackoutSlateImage(InputLocation blackoutSlateImage)
Blackout slate image to be used.
|
BlackoutSlate |
BlackoutSlate.withNetworkEndBlackout(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 |
BlackoutSlate.withNetworkEndBlackout(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.
|
BlackoutSlate |
BlackoutSlate.withNetworkEndBlackoutImage(InputLocation networkEndBlackoutImage)
Path to local file to use as Network End Blackout image.
|
BlackoutSlate |
BlackoutSlate.withNetworkId(String networkId)
Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
|
BlackoutSlate |
BlackoutSlate.withState(BlackoutSlateState state)
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
BlackoutSlate |
BlackoutSlate.withState(String state)
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderSettings.setBlackoutSlate(BlackoutSlate blackoutSlate)
Settings for blackout slate.
|
EncoderSettings |
EncoderSettings.withBlackoutSlate(BlackoutSlate blackoutSlate)
Settings for blackout slate.
|
Copyright © 2024. All rights reserved.