static StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.builder() |
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.duration(Integer duration) |
The duration in milliseconds for the image to remain on the video.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.fadeIn(Integer fadeIn) |
The time in milliseconds for the image to fade in.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.fadeOut(Integer fadeOut) |
Applies only if a duration is specified.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.height(Integer height) |
The height of the image when inserted into the video, in pixels.
|
default StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.image(Consumer<InputLocation.Builder> image) |
The location and filename of the image file to overlay on the video.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.image(InputLocation image) |
The location and filename of the image file to overlay on the video.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.imageX(Integer imageX) |
Placement of the left edge of the overlay relative to the left edge of the video frame, in pixels.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.imageY(Integer imageY) |
Placement of the top edge of the overlay relative to the top edge of the video frame, in pixels.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.layer(Integer layer) |
The number of the layer, 0 to 7.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.opacity(Integer opacity) |
Opacity of image where 0 is transparent and 100 is fully opaque.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.outputNames(String... outputNames) |
The name(s) of the output(s) the activation should apply to.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.outputNames(Collection<String> outputNames) |
The name(s) of the output(s) the activation should apply to.
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.toBuilder() |
|
StaticImageOutputActivateScheduleActionSettings.Builder |
StaticImageOutputActivateScheduleActionSettings.Builder.width(Integer width) |
The width of the image when inserted into the video, in pixels.
|