Module: WscSdk::Enums::ImagePosition

Extended by:
WscSdk::Enums
Defined in:
lib/wsc_sdk/enums/image_position.rb

Overview

Enumerate valid transcoder types.

Constant Summary collapse

TOP_LEFT =

Position watermark in the top left corner of the stream

"top-left"
TOP_RIGHT =

Position watermark in the top right corner of the stream

"top-right"
BOTTOM_LEFT =

Position watermark in the bottom left corner of the stream

"bottom-left"
BOTTOM_RIGHT =

Position watermark in the bottom left corner of the stream

"bottom-right"

Method Summary

Methods included from WscSdk::Enums

to_constant, values