Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
PresetWatermark |
PresetWatermark.clone() |
PresetWatermark |
PresetWatermark.withHorizontalAlign(String horizontalAlign)
The horizontal position of the watermark unless you specify a non-zero value for
HorizontalOffset : |
PresetWatermark |
PresetWatermark.withHorizontalOffset(String horizontalOffset)
The amount by which you want the horizontal position of the watermark to be offset from the position specified by
HorizontalAlign:
|
PresetWatermark |
PresetWatermark.withId(String id)
A unique identifier for the settings for one watermark.
|
PresetWatermark |
PresetWatermark.withMaxHeight(String maxHeight)
The maximum height of the watermark in one of the following formats:
|
PresetWatermark |
PresetWatermark.withMaxWidth(String maxWidth)
The maximum width of the watermark in one of the following formats:
|
PresetWatermark |
PresetWatermark.withOpacity(String opacity)
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears.
|
PresetWatermark |
PresetWatermark.withSizingPolicy(String sizingPolicy)
A value that controls scaling of the watermark:
|
PresetWatermark |
PresetWatermark.withTarget(String target)
A value that determines how Elastic Transcoder interprets values that you specified for
HorizontalOffset , VerticalOffset , MaxWidth , and MaxHeight : |
PresetWatermark |
PresetWatermark.withVerticalAlign(String verticalAlign)
The vertical position of the watermark unless you specify a non-zero value for
VerticalOffset : |
PresetWatermark |
PresetWatermark.withVerticalOffset(String verticalOffset)
VerticalOffset |
Modifier and Type | Method and Description |
---|---|
List<PresetWatermark> |
VideoParameters.getWatermarks()
Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos
that are transcoded using this preset.
|
Modifier and Type | Method and Description |
---|---|
VideoParameters |
VideoParameters.withWatermarks(PresetWatermark... watermarks)
Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos
that are transcoded using this preset.
|
Modifier and Type | Method and Description |
---|---|
void |
VideoParameters.setWatermarks(Collection<PresetWatermark> watermarks)
Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos
that are transcoded using this preset.
|
VideoParameters |
VideoParameters.withWatermarks(Collection<PresetWatermark> watermarks)
Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos
that are transcoded using this preset.
|
Copyright © 2019. All rights reserved.