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

Inherits <NSObject>.

Properties

NSString *_Nonnull id
 
WatermarkType type
 
WatermarkBuffer *_Nullable buffer
 
NSURL *_Nullable imageUrl
 
WatermarkOptions *_Nonnull options
 

Detailed Description

Since
4.6.0

Property Documentation

◆ id

- (NSString* _Nonnull) id
readwritenonatomiccopy

The unique identifier of the watermark.

◆ type

- (WatermarkType) type
readwritenonatomicassign

The type of watermark to apply.

◆ buffer

- (WatermarkBuffer* _Nullable) buffer
readwritenonatomicstrong

The buffer data for the watermark image.

◆ imageUrl

- (NSURL* _Nullable) imageUrl
readwritenonatomicstrong

The URL of the watermark image.

◆ options

- (WatermarkOptions* _Nonnull) options
readwritenonatomicstrong

The options for displaying the watermark.