Class VideoWatermark

    • Constructor Detail

      • VideoWatermark

        public VideoWatermark()
    • Method Detail

      • getId

        @Nullable
        public String getId()
        id of the watermark
        Returns:
        id
      • setId

        public void setId​(String id)
      • getTop

        @Nullable
        public String getTop()
        Distance expressed in px or % between the top-border of the video and the watermark-image.
        Returns:
        top
      • setTop

        public void setTop​(String top)
      • getLeft

        @Nullable
        public String getLeft()
        Distance expressed in px or % between the left-border of the video and the watermark-image.
        Returns:
        left
      • setLeft

        public void setLeft​(String left)
      • getBottom

        @Nullable
        public String getBottom()
        Distance expressed in px or % between the bottom-border of the video and the watermark-image.
        Returns:
        bottom
      • setBottom

        public void setBottom​(String bottom)
      • getRight

        @Nullable
        public String getRight()
        Distance expressed in px or % between the right-border of the video and the watermark-image.
        Returns:
        right
      • setRight

        public void setRight​(String right)
      • getWidth

        @Nullable
        public String getWidth()
        Width of the watermark-image relative to the video if expressed in %. Otherwise a fixed width. NOTE: To keep intrinsic watermark-image width use `initial`.
        Returns:
        width
      • setWidth

        public void setWidth​(String width)
      • getHeight

        @Nullable
        public String getHeight()
        Height of the watermark-image relative to the video if expressed in %. Otherwise a fixed height. NOTE: To keep intrinsic watermark-image height use `initial`.
        Returns:
        height
      • setHeight

        public void setHeight​(String height)
      • getOpacity

        @Nullable
        public String getOpacity()
        Opacity expressed in % only to specify the degree of the watermark-image transparency with the video.
        Returns:
        opacity
      • setOpacity

        public void setOpacity​(String opacity)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object