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 topPadding

Declared 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 leftPadding

Declared In

zego-api-mix-stream-defines-oc.h

  bottomPadding

The distance between the feathered edge and the bottom canvas border.

@property (nonatomic, assign) int bottomPadding

Declared 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 rightPadding

Declared In

zego-api-mix-stream-defines-oc.h