Agora RTC Objective-C API Reference  Refactor
Properties
WatermarkBuffer Class Reference

Inherits <NSObject>.

Properties

int width
 
int height
 
int length
 
NSData *_Nullable buffer
 
WatermarkBufferFormat format
 

Detailed Description

Since
4.6.0

Property Documentation

◆ width

- (int) width
readwritenonatomicassign

Width of the watermark image in pixels.

◆ height

- (int) height
readwritenonatomicassign

Height of the watermark image in pixels.

◆ length

- (int) length
readwritenonatomicassign

Length of the buffer in bytes.

◆ buffer

- (NSData* _Nullable) buffer
readwritenonatomicstrong

The raw image data buffer.

◆ format

- (WatermarkBufferFormat) format
readwritenonatomicassign

The format of the watermark buffer.