public class WatermarkOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WatermarkOptions.Rectangle
The position and size of the watermark image.
|
Modifier and Type | Field and Description |
---|---|
WatermarkOptions.Rectangle |
positionInLandscapeMode
The watermark position in the landscape mode.
|
WatermarkOptions.Rectangle |
positionInPortraitMode
The watermark position in the portrait mode.
|
boolean |
visibleInPreview
Sets whether or not the watermark image is visible in the local video preview:
- true: (Default) The watermark image is visible in preview.
|
Constructor and Description |
---|
WatermarkOptions() |
public boolean visibleInPreview
public WatermarkOptions.Rectangle positionInLandscapeMode
Rectangle
.
See details for the landscape mode in the advanced guide *Rotate the Video*.public WatermarkOptions.Rectangle positionInPortraitMode
Rectangle
.
See details for the portrait mode in the advanced guide *Rotate the Video*.