Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WatermarkOptions

The options of the watermark image to be added.

Hierarchy

  • WatermarkOptions

Index

Constructors

constructor

  • Parameters

    • Default value visibleInPreview: boolean = true
    • Default value positionInLandscapeMode: Rectangle = new Rectangle()
    • Default value positionInPortraitMode: Rectangle = new Rectangle()

    Returns WatermarkOptions

Properties

positionInLandscapeMode

positionInLandscapeMode: Rectangle

The watermark position in the landscape mode. See Rectangle.

positionInPortraitMode

positionInPortraitMode: Rectangle

The watermark position in the portrait mode. See Rectangle.

visibleInPreview

visibleInPreview: boolean

Sets whether or not the watermark image is visible in the local video preview:

  • true: (Default) The watermark image is visible in preview.
  • false: The watermark image is not visible in preview.

Generated using TypeDoc