ZegoAPIBlurInfo Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | zego-api-mix-stream-defines-oc.h |
Overview
Description: mix stream blur padding info. Use cases: Set text watermark in manual stream mixing scene, such as Co-hosting.
topPadding
The distance between the feathered edge and the top canvas border, in px. Required: False. Default value: 0.
@property (nonatomic, assign) int topPaddingDeclared In
zego-api-mix-stream-defines-oc.h
leftPadding
The distance between the feathered edge and the left canvas border, in px. Required: False. Default value: 0.
@property (nonatomic, assign) int leftPaddingDeclared In
zego-api-mix-stream-defines-oc.h
bottomPadding
The distance between the feathered edge and the bottom canvas border.
@property (nonatomic, assign) int bottomPaddingDeclared In
zego-api-mix-stream-defines-oc.h
rightPadding
The distance between the feathered edge and the right canvas border, in px. Required: False. Default value: 0.
@property (nonatomic, assign) int rightPaddingDeclared In
zego-api-mix-stream-defines-oc.h