Uses of Class
video.api.client.api.models.VideoWatermark
-
Packages that use VideoWatermark Package Description video.api.client.api.models -
-
Uses of VideoWatermark in video.api.client.api.models
Methods in video.api.client.api.models that return VideoWatermark Modifier and Type Method Description VideoWatermarkVideoWatermark. bottom(String bottom)VideoWatermarkVideoCreationPayload. getWatermark()Get watermarkVideoWatermarkVideoWatermark. height(String height)VideoWatermarkVideoWatermark. id(String id)VideoWatermarkVideoWatermark. left(String left)VideoWatermarkVideoWatermark. opacity(String opacity)VideoWatermarkVideoWatermark. right(String right)VideoWatermarkVideoWatermark. top(String top)VideoWatermarkVideoWatermark. width(String width)Methods in video.api.client.api.models with parameters of type VideoWatermark Modifier and Type Method Description voidVideoCreationPayload. setWatermark(VideoWatermark watermark)VideoCreationPayloadVideoCreationPayload. watermark(VideoWatermark watermark)
-