| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.clone() |
StaticImageActivateScheduleActionSettings |
ScheduleActionSettings.getStaticImageActivateSettings()
Action to activate a static image overlay
|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.withDuration(Integer duration)
The duration in milliseconds for the image to remain on the video.
|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.withFadeIn(Integer fadeIn)
The time in milliseconds for the image to fade in.
|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.withFadeOut(Integer fadeOut)
Applies only if a duration is specified.
|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.withHeight(Integer height)
The height of the image when inserted into the video, in pixels.
|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.withImage(InputLocation image)
The location and filename of the image file to overlay on the video.
|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.withImageX(Integer imageX)
Placement of the left edge of the overlay relative to the left edge of the video frame, in pixels.
|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.withImageY(Integer imageY)
Placement of the top edge of the overlay relative to the top edge of the video frame, in pixels.
|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.withLayer(Integer layer)
The number of the layer, 0 to 7.
|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.withOpacity(Integer opacity)
Opacity of image where 0 is transparent and 100 is fully opaque.
|
StaticImageActivateScheduleActionSettings |
StaticImageActivateScheduleActionSettings.withWidth(Integer width)
The width of the image when inserted into the video, in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleActionSettings.setStaticImageActivateSettings(StaticImageActivateScheduleActionSettings staticImageActivateSettings)
Action to activate a static image overlay
|
ScheduleActionSettings |
ScheduleActionSettings.withStaticImageActivateSettings(StaticImageActivateScheduleActionSettings staticImageActivateSettings)
Action to activate a static image overlay
|
Copyright © 2021. All rights reserved.