Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.41 KB

VideoWatermark.md

File metadata and controls

17 lines (13 loc) · 1.41 KB

ApiVideo.Model.VideoWatermark

Properties

Name Type Description Notes
Id string id of the watermark [optional]
Top string Distance expressed in px or % between the top-border of the video and the watermark-image. [optional]
Left string Distance expressed in px or % between the left-border of the video and the watermark-image. [optional]
Bottom string Distance expressed in px or % between the bottom-border of the video and the watermark-image. [optional]
Right string Distance expressed in px or % between the right-border of the video and the watermark-image. [optional]
Width string 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`. [optional]
Height string 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`. [optional]
Opacity string Opacity expressed in % only to specify the degree of the watermark-image transparency with the video. [optional]

[Back to Model list] [Back to API list] [Back to README]