ZegoExpressEngine(Preprocess)
Declared in
ZegoExpressEngine+Preprocess.h
Includes
Public-Func Lists
Public-Func Docs
enableAEC:
- (void)enableAEC:(BOOL) enable;
On/off echo cancellation.
| Parameters | |
|---|---|
| enable | Whether to enable echo cancellation, YES: enable echo cancellation, NO: disable echo cancellation |
setAECMode:
- (void)setAECMode:(ZegoAECMode) mode;
Set echo cancellation mode.
| Parameters | |
|---|---|
| mode | Echo cancellation mode |
enableAGC:
- (void)enableAGC:(BOOL) enable;
On/off automatic gain control.
| Parameters | |
|---|---|
| enable | Whether to enable automatic gain control, YES: enable AGC, NO: disable AGC |
enableANS:
- (void)enableANS:(BOOL) enable;
On/off noise suppression.
| Parameters | |
|---|---|
| enable | Whether to enable noise suppression, YES: enable AGC, NO: disable AGC |
enableBeautify:
- (void)enableBeautify:(ZegoBeautifyFeature) featureBitmask;
On/off beauty.
| Parameters | |
|---|---|
| featureBitmask | Beauty features, bitmask format, you can choose to enable several features in [ZegoBeautifyFeature] at the same time |
enableBeautify:channel:
- (void)enableBeautify:(ZegoBeautifyFeature) featureBitmask channel:(ZegoPublishChannel) channel;
On/off beauty.
| Parameters | |
|---|---|
| featureBitmask | Beauty features, bitmask format, you can choose to enable several features in [ZegoBeautifyFeature] at the same time |
| channel | Publishing stream channel. |
setBeautifyOption:
- (void)setBeautifyOption:(ZegoBeautifyOption *) option;
Set beauty parameters.
| Parameters | |
|---|---|
| option | Beauty configuration options |
setBeautifyOption:channel:
- (void)setBeautifyOption:(ZegoBeautifyOption *) option channel:(ZegoPublishChannel) channel;
Set beauty parameters.
| Parameters | |
|---|---|
| option | Beauty configuration options |
| channel | Publishing stream channel. |