| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.builder() |
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.duration(Integer duration)
The duration in milliseconds for the image to remain on the video.
|
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.fadeIn(Integer fadeIn)
The time in milliseconds for the image to fade in.
|
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.fadeOut(Integer fadeOut)
Applies only if a duration is specified.
|
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.height(Integer height)
The height of the image when inserted into the video, in pixels.
|
default StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.image(Consumer<InputLocation.Builder> image)
The location and filename of the image file to overlay on the video.
|
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.image(InputLocation image)
The location and filename of the image file to overlay on the video.
|
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.imageX(Integer imageX)
Placement of the left edge of the overlay relative to the left edge of the video frame, in pixels.
|
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.imageY(Integer imageY)
Placement of the top edge of the overlay relative to the top edge of the video frame, in pixels.
|
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.layer(Integer layer)
The number of the layer, 0 to 7.
|
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.opacity(Integer opacity)
Opacity of image where 0 is transparent and 100 is fully opaque.
|
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.toBuilder() |
StaticImageActivateScheduleActionSettings.Builder |
StaticImageActivateScheduleActionSettings.Builder.width(Integer width)
The width of the image when inserted into the video, in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StaticImageActivateScheduleActionSettings.Builder> |
StaticImageActivateScheduleActionSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScheduleActionSettings.Builder |
ScheduleActionSettings.Builder.staticImageActivateSettings(Consumer<StaticImageActivateScheduleActionSettings.Builder> staticImageActivateSettings)
Action to activate a static image overlay This is a convenience method that creates an instance of the
StaticImageActivateScheduleActionSettings.Builder avoiding the need to create one manually via
StaticImageActivateScheduleActionSettings.builder(). |
Copyright © 2022. All rights reserved.