Struct aws_sdk_elastictranscoder::model::preset_watermark::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for PresetWatermark
Implementations
A unique identifier for the settings for one
watermark. The value of Id can be up to 40 characters long.
A unique identifier for the settings for one
watermark. The value of Id can be up to 40 characters long.
The maximum width of the watermark in one of the following formats:
-
number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth. -
integer percentage (%): The range of valid values is 0 to 100. Use the value of
Targetto specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth.
The maximum width of the watermark in one of the following formats:
-
number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth. -
integer percentage (%): The range of valid values is 0 to 100. Use the value of
Targetto specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth.
The maximum height of the watermark in one of the following formats:
-
number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight. -
integer percentage (%): The range of valid values is 0 to 100. Use the value of
Targetto specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
If you specify the value in pixels, it must be less than or equal to the value of
MaxHeight.
The maximum height of the watermark in one of the following formats:
-
number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight. -
integer percentage (%): The range of valid values is 0 to 100. Use the value of
Targetto specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
If you specify the value in pixels, it must be less than or equal to the value of
MaxHeight.
A value that controls scaling of the watermark:
-
Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidthorMaxHeightwithout exceeding the other value. -
Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidthandMaxHeight. If the relative proportions of the watermark and the values ofMaxWidthandMaxHeightare different, the watermark will be distorted. -
ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidthandMaxHeightwithout exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
A value that controls scaling of the watermark:
-
Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidthorMaxHeightwithout exceeding the other value. -
Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidthandMaxHeight. If the relative proportions of the watermark and the values ofMaxWidthandMaxHeightare different, the watermark will be distorted. -
ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidthandMaxHeightwithout exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
The horizontal position of the watermark unless you specify a non-zero value for
HorizontalOffset:
-
Left: The left edge of the watermark is aligned with the left border of the video.
-
Right: The right edge of the watermark is aligned with the right border of the video.
-
Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for
HorizontalOffset:
-
Left: The left edge of the watermark is aligned with the left border of the video.
-
Right: The right edge of the watermark is aligned with the right border of the video.
-
Center: The watermark is centered between the left and right borders.
The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
-
number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
-
integer percentage (%): The range of valid values is 0 to 100.
For example, if you specify Left for HorizontalAlign and 5px for
HorizontalOffset, the left side of the watermark appears 5 pixels from
the left border of the output video.
HorizontalOffset is only valid when the value of
HorizontalAlign is Left or Right. If you
specify an offset that causes the watermark to extend beyond the left or right border
and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic
Transcoder has added black bars, the watermark extends into the black bars. If the
watermark extends beyond the black bars, it is cropped.
Use the value of Target to specify whether you want to include the black
bars that are added by Elastic Transcoder, if any, in the offset calculation.
The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
-
number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
-
integer percentage (%): The range of valid values is 0 to 100.
For example, if you specify Left for HorizontalAlign and 5px for
HorizontalOffset, the left side of the watermark appears 5 pixels from
the left border of the output video.
HorizontalOffset is only valid when the value of
HorizontalAlign is Left or Right. If you
specify an offset that causes the watermark to extend beyond the left or right border
and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic
Transcoder has added black bars, the watermark extends into the black bars. If the
watermark extends beyond the black bars, it is cropped.
Use the value of Target to specify whether you want to include the black
bars that are added by Elastic Transcoder, if any, in the offset calculation.
The vertical position of the watermark unless you specify a non-zero value for
VerticalOffset:
-
Top: The top edge of the watermark is aligned with the top border of the video.
-
Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
-
Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for
VerticalOffset:
-
Top: The top edge of the watermark is aligned with the top border of the video.
-
Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
-
Center: The watermark is centered between the top and bottom borders.
VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
-
number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight. -
integer percentage (%): The range of valid values is 0 to 100.
For example, if you specify Top for VerticalAlign and
5px for VerticalOffset, the top of the watermark appears 5
pixels from the top border of the output video.
VerticalOffset is only valid when the value of VerticalAlign is Top or
Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target to specify whether you want Elastic Transcoder to
include the black bars that are added by Elastic Transcoder, if any, in the offset
calculation.
VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
-
number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight. -
integer percentage (%): The range of valid values is 0 to 100.
For example, if you specify Top for VerticalAlign and
5px for VerticalOffset, the top of the watermark appears 5
pixels from the top border of the output video.
VerticalOffset is only valid when the value of VerticalAlign is Top or
Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target to specify whether you want Elastic Transcoder to
include the black bars that are added by Elastic Transcoder, if any, in the offset
calculation.
A percentage that indicates how much you want a watermark to obscure the video in the
location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the
watermark completely obscures the video in the specified location). The datatype of
Opacity is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent
portion of the video appears as if you had specified a value of 0 for
Opacity. The .jpg file format doesn't support transparency.
A percentage that indicates how much you want a watermark to obscure the video in the
location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the
watermark completely obscures the video in the specified location). The datatype of
Opacity is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent
portion of the video appears as if you had specified a value of 0 for
Opacity. The .jpg file format doesn't support transparency.
A value that determines how Elastic Transcoder interprets values that you specified for
HorizontalOffset, VerticalOffset, MaxWidth,
and MaxHeight:
-
Content:
HorizontalOffsetandVerticalOffsetvalues are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidthandMaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. -
Frame:
HorizontalOffsetandVerticalOffsetvalues are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,MaxWidthandMaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.
A value that determines how Elastic Transcoder interprets values that you specified for
HorizontalOffset, VerticalOffset, MaxWidth,
and MaxHeight:
-
Content:
HorizontalOffsetandVerticalOffsetvalues are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidthandMaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. -
Frame:
HorizontalOffsetandVerticalOffsetvalues are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,MaxWidthandMaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.
Consumes the builder and constructs a PresetWatermark
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more