public static interface BlackoutSlate.Builder extends CopyableBuilder<BlackoutSlate.Builder,BlackoutSlate>
Modifier and Type | Method and Description |
---|---|
default BlackoutSlate.Builder |
blackoutSlateImage(Consumer<InputLocation.Builder> blackoutSlateImage)
Blackout slate image to be used.
|
BlackoutSlate.Builder |
blackoutSlateImage(InputLocation blackoutSlateImage)
Blackout slate image to be used.
|
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 |
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 |
networkEndBlackoutImage(Consumer<InputLocation.Builder> networkEndBlackoutImage)
Path to local file to use as Network End Blackout image.
|
BlackoutSlate.Builder |
networkEndBlackoutImage(InputLocation networkEndBlackoutImage)
Path to local file to use as Network End Blackout image.
|
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 |
state(BlackoutSlateState state)
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
BlackoutSlate.Builder |
state(String state)
When set to enabled, causes video, audio and captions to be blanked when indicated by program metadata.
|
copy
applyMutation, build
BlackoutSlate.Builder blackoutSlateImage(InputLocation blackoutSlateImage)
blackoutSlateImage
- Blackout slate image to be used. Leave empty for solid black. Only bmp and png images are supported.default BlackoutSlate.Builder blackoutSlateImage(Consumer<InputLocation.Builder> blackoutSlateImage)
InputLocation.Builder
avoiding the need to create one
manually via InputLocation.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to blackoutSlateImage(InputLocation)
.blackoutSlateImage
- a consumer that will call methods on InputLocation.Builder
blackoutSlateImage(InputLocation)
BlackoutSlate.Builder networkEndBlackout(String networkEndBlackout)
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.
The blackout will be 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".BlackoutSlateNetworkEndBlackout
,
BlackoutSlateNetworkEndBlackout
BlackoutSlate.Builder networkEndBlackout(BlackoutSlateNetworkEndBlackout networkEndBlackout)
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.
The blackout will be 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".BlackoutSlateNetworkEndBlackout
,
BlackoutSlateNetworkEndBlackout
BlackoutSlate.Builder networkEndBlackoutImage(InputLocation networkEndBlackoutImage)
networkEndBlackoutImage
- Path to local file to use as Network End Blackout image. Image will be scaled to fill the entire
output raster.default BlackoutSlate.Builder networkEndBlackoutImage(Consumer<InputLocation.Builder> networkEndBlackoutImage)
InputLocation.Builder
avoiding the need
to create one manually via InputLocation.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to networkEndBlackoutImage(InputLocation)
.networkEndBlackoutImage
- a consumer that will call methods on InputLocation.Builder
networkEndBlackoutImage(InputLocation)
BlackoutSlate.Builder networkId(String networkId)
networkId
- Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").BlackoutSlate.Builder state(String state)
state
- When set to enabled, causes video, audio and captions to be blanked when indicated by program
metadata.BlackoutSlateState
,
BlackoutSlateState
BlackoutSlate.Builder state(BlackoutSlateState state)
state
- When set to enabled, causes video, audio and captions to be blanked when indicated by program
metadata.BlackoutSlateState
,
BlackoutSlateState
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.