@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StaticImageActivateScheduleActionSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
StaticImageActivateScheduleActionSettings() |
| Modifier and Type | Method and Description |
|---|---|
StaticImageActivateScheduleActionSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getDuration()
The duration in milliseconds for the image to remain in the video.
|
Integer |
getFadeIn()
The time in milliseconds for the image to fade in.
|
Integer |
getFadeOut()
The time in milliseconds for the image to fade out.
|
Integer |
getHeight()
The height of the image when inserted into the video.
|
InputLocation |
getImage()
The image to overlay on the video.
|
Integer |
getImageX()
Placement of the left edge of the image on the horizontal axis in pixels.
|
Integer |
getImageY()
Placement of the top edge of the image on the vertical axis in pixels.
|
Integer |
getLayer()
The Z order of the inserted image.
|
Integer |
getOpacity()
Opacity of image where 0 is transparent and 100 is fully opaque.
|
Integer |
getWidth()
The width of the image when inserted into the video.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDuration(Integer duration)
The duration in milliseconds for the image to remain in the video.
|
void |
setFadeIn(Integer fadeIn)
The time in milliseconds for the image to fade in.
|
void |
setFadeOut(Integer fadeOut)
The time in milliseconds for the image to fade out.
|
void |
setHeight(Integer height)
The height of the image when inserted into the video.
|
void |
setImage(InputLocation image)
The image to overlay on the video.
|
void |
setImageX(Integer imageX)
Placement of the left edge of the image on the horizontal axis in pixels.
|
void |
setImageY(Integer imageY)
Placement of the top edge of the image on the vertical axis in pixels.
|
void |
setLayer(Integer layer)
The Z order of the inserted image.
|
void |
setOpacity(Integer opacity)
Opacity of image where 0 is transparent and 100 is fully opaque.
|
void |
setWidth(Integer width)
The width of the image when inserted into the video.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StaticImageActivateScheduleActionSettings |
withDuration(Integer duration)
The duration in milliseconds for the image to remain in the video.
|
StaticImageActivateScheduleActionSettings |
withFadeIn(Integer fadeIn)
The time in milliseconds for the image to fade in.
|
StaticImageActivateScheduleActionSettings |
withFadeOut(Integer fadeOut)
The time in milliseconds for the image to fade out.
|
StaticImageActivateScheduleActionSettings |
withHeight(Integer height)
The height of the image when inserted into the video.
|
StaticImageActivateScheduleActionSettings |
withImage(InputLocation image)
The image to overlay on the video.
|
StaticImageActivateScheduleActionSettings |
withImageX(Integer imageX)
Placement of the left edge of the image on the horizontal axis in pixels.
|
StaticImageActivateScheduleActionSettings |
withImageY(Integer imageY)
Placement of the top edge of the image on the vertical axis in pixels.
|
StaticImageActivateScheduleActionSettings |
withLayer(Integer layer)
The Z order of the inserted image.
|
StaticImageActivateScheduleActionSettings |
withOpacity(Integer opacity)
Opacity of image where 0 is transparent and 100 is fully opaque.
|
StaticImageActivateScheduleActionSettings |
withWidth(Integer width)
The width of the image when inserted into the video.
|
public StaticImageActivateScheduleActionSettings()
public void setDuration(Integer duration)
duration - The duration in milliseconds for the image to remain in the video. If omitted or set to 0, duration is
infinite and image will remain until explicitly deactivated.public Integer getDuration()
public StaticImageActivateScheduleActionSettings withDuration(Integer duration)
duration - The duration in milliseconds for the image to remain in the video. If omitted or set to 0, duration is
infinite and image will remain until explicitly deactivated.public void setFadeIn(Integer fadeIn)
fadeIn - The time in milliseconds for the image to fade in. Defaults to 0.public Integer getFadeIn()
public StaticImageActivateScheduleActionSettings withFadeIn(Integer fadeIn)
fadeIn - The time in milliseconds for the image to fade in. Defaults to 0.public void setFadeOut(Integer fadeOut)
fadeOut - The time in milliseconds for the image to fade out. Defaults to 0.public Integer getFadeOut()
public StaticImageActivateScheduleActionSettings withFadeOut(Integer fadeOut)
fadeOut - The time in milliseconds for the image to fade out. Defaults to 0.public void setHeight(Integer height)
height - The height of the image when inserted into the video. Defaults to the native height of the image.public Integer getHeight()
public StaticImageActivateScheduleActionSettings withHeight(Integer height)
height - The height of the image when inserted into the video. Defaults to the native height of the image.public void setImage(InputLocation image)
image - The image to overlay on the video. Must be a 32 bit BMP, PNG, or TGA file. Must not be larger than the
input video.public InputLocation getImage()
public StaticImageActivateScheduleActionSettings withImage(InputLocation image)
image - The image to overlay on the video. Must be a 32 bit BMP, PNG, or TGA file. Must not be larger than the
input video.public void setImageX(Integer imageX)
imageX - Placement of the left edge of the image on the horizontal axis in pixels. 0 is the left edge of the frame.
Defaults to 0.public Integer getImageX()
public StaticImageActivateScheduleActionSettings withImageX(Integer imageX)
imageX - Placement of the left edge of the image on the horizontal axis in pixels. 0 is the left edge of the frame.
Defaults to 0.public void setImageY(Integer imageY)
imageY - Placement of the top edge of the image on the vertical axis in pixels. 0 is the top edge of the frame.
Defaults to 0.public Integer getImageY()
public StaticImageActivateScheduleActionSettings withImageY(Integer imageY)
imageY - Placement of the top edge of the image on the vertical axis in pixels. 0 is the top edge of the frame.
Defaults to 0.public void setLayer(Integer layer)
layer - The Z order of the inserted image. Images with higher layer values will be inserted on top of images with
lower layer values. Permitted values are 0-7 inclusive. Defaults to 0.public Integer getLayer()
public StaticImageActivateScheduleActionSettings withLayer(Integer layer)
layer - The Z order of the inserted image. Images with higher layer values will be inserted on top of images with
lower layer values. Permitted values are 0-7 inclusive. Defaults to 0.public void setOpacity(Integer opacity)
opacity - Opacity of image where 0 is transparent and 100 is fully opaque. Defaults to 100.public Integer getOpacity()
public StaticImageActivateScheduleActionSettings withOpacity(Integer opacity)
opacity - Opacity of image where 0 is transparent and 100 is fully opaque. Defaults to 100.public void setWidth(Integer width)
width - The width of the image when inserted into the video. Defaults to the native width of the image.public Integer getWidth()
public StaticImageActivateScheduleActionSettings withWidth(Integer width)
width - The width of the image when inserted into the video. Defaults to the native width of the image.public String toString()
toString in class ObjectObject.toString()public StaticImageActivateScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.