|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| int | width |
| int | height |
| int | length |
| NSData *_Nullable | buffer |
| WatermarkBufferFormat | format |
Defines the buffer data structure of the watermark image, including image width, height, format, length, and image data buffer.
|
readwritenonatomicassign |
Width of the watermark image, in pixels.
|
readwritenonatomicassign |
Height of the watermark image, in pixels.
|
readwritenonatomicassign |
Length of the buffer, in bytes.
|
readwritenonatomicstrong |
Raw image data buffer.
|
readwritenonatomicassign |
Format of the watermark buffer. See WatermarkBufferFormat.