Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
BOOL | visibleInPreview |
CGRect | positionInLandscapeMode |
CGRect | positionInPortraitMode |
The options of the watermark image to be added.
|
readwritenonatomicassign |
Sets whether or not the watermark image is visible in the local video preview:
|
readwritenonatomicassign |
The watermark position in landscape mode of Rotate the Video. This parameter contains the following members:
x
: The horizontal offset of the watermark from the top-left corner.y
: The vertical offset of the watermark from the top-left corner.width
: The width (pixel) of the watermark region.height
: The height (pixel) of the watermark region.
|
readwritenonatomicassign |
The watermark position in portrait mode of Rotate the Video. This parameter contains the following members:
x
: The horizontal offset of the watermark from the top-left corner.y
: The vertical offset of the watermark from the top-left corner.width
: The width (pixel) of the watermark region.height
: The height (pixel) of the watermark region.