| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.clone() |
StaticImageOutputActivateScheduleActionSettings |
ScheduleActionSettings.getStaticImageOutputActivateSettings()
Action to activate a static image overlay in one or more specified outputs
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withDuration(Integer duration)
The duration in milliseconds for the image to remain on the video.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withFadeIn(Integer fadeIn)
The time in milliseconds for the image to fade in.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withFadeOut(Integer fadeOut)
Applies only if a duration is specified.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withHeight(Integer height)
The height of the image when inserted into the video, in pixels.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withImage(InputLocation image)
The location and filename of the image file to overlay on the video.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withImageX(Integer imageX)
Placement of the left edge of the overlay relative to the left edge of the video frame, in pixels.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withImageY(Integer imageY)
Placement of the top edge of the overlay relative to the top edge of the video frame, in pixels.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withLayer(Integer layer)
The number of the layer, 0 to 7.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withOpacity(Integer opacity)
Opacity of image where 0 is transparent and 100 is fully opaque.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withOutputNames(Collection<String> outputNames)
The name(s) of the output(s) the activation should apply to.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withOutputNames(String... outputNames)
The name(s) of the output(s) the activation should apply to.
|
StaticImageOutputActivateScheduleActionSettings |
StaticImageOutputActivateScheduleActionSettings.withWidth(Integer width)
The width of the image when inserted into the video, in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleActionSettings.setStaticImageOutputActivateSettings(StaticImageOutputActivateScheduleActionSettings staticImageOutputActivateSettings)
Action to activate a static image overlay in one or more specified outputs
|
ScheduleActionSettings |
ScheduleActionSettings.withStaticImageOutputActivateSettings(StaticImageOutputActivateScheduleActionSettings staticImageOutputActivateSettings)
Action to activate a static image overlay in one or more specified outputs
|
Copyright © 2024. All rights reserved.