AI Effects
On this page

Enum

ZegoEffectsDeviceLevelZegoEffectsMosaicType
ZegoEffectsScaleModeZegoEffectsTextureFormat
ZegoEffectsVideoFrameFormat

ZegoEffectsDeviceLevel

Device performance level enumeration

Details

Device performance level enumeration

Declared in ZegoEffectsDefines.h

Properties

ZegoEffectsDeviceLevelVeryLow

ZegoEffectsDeviceLevelVeryLow
ZegoEffectsDeviceLevelVeryLow=(0)

The equipment performance level is extremely low

ZegoEffectsDeviceLevelLow

ZegoEffectsDeviceLevelLow
ZegoEffectsDeviceLevelLow=(1)

The equipment performance level is low

ZegoEffectsDeviceLevelMiddle

ZegoEffectsDeviceLevelMiddle
ZegoEffectsDeviceLevelMiddle=(2)

The equipment performance level

ZegoEffectsDeviceLevelHigh

ZegoEffectsDeviceLevelHigh
ZegoEffectsDeviceLevelHigh=(3)

The high-performance-level equipment

ZegoEffectsMosaicType

Mosaic type.

Details

Mosaic type.

Declared in ZegoEffectsDefines.h

Properties

ZegoEffectsMosaicTypeSquare

ZegoEffectsMosaicTypeSquare
ZegoEffectsMosaicTypeSquare=(0)

square.

ZegoEffectsMosaicTypeTriangle

ZegoEffectsMosaicTypeTriangle
ZegoEffectsMosaicTypeTriangle=(1)

trilangle.

ZegoEffectsMosaicTypeHexagon

ZegoEffectsMosaicTypeHexagon
ZegoEffectsMosaicTypeHexagon=(2)

hexagon.

ZegoEffectsScaleMode

Displayed scale mode.

Details

Displayed scale mode.

Declared in ZegoEffectsDefines.h

Properties

ZegoEffectsScaleModeAspectFit

ZegoEffectsScaleModeAspectFit
ZegoEffectsScaleModeAspectFit=(0)

The proportional scaling up, there may be black borders.

ZegoEffectsScaleModeAspectFill

ZegoEffectsScaleModeAspectFill
ZegoEffectsScaleModeAspectFill=(1)

The proportional zoom fills the entire View and may be partially cut.

ZegoEffectsScaleModeScaleToFill

ZegoEffectsScaleModeScaleToFill
ZegoEffectsScaleModeScaleToFill=(2)

Fill the entire view, the image may be stretched.

ZegoEffectsTextureFormat

Texture format type.

Details

Texture format type.

Declared in ZegoEffectsDefines.h

Properties

ZegoEffectsTextureFormat2D

ZegoEffectsTextureFormat2D
ZegoEffectsTextureFormat2D=(0)

OpenGL 2d texutre.

ZegoEffectsTextureFormatOES

ZegoEffectsTextureFormatOES
ZegoEffectsTextureFormatOES=(1)

Android OpenGL OES texture.

ZegoEffectsVideoFrameFormat

Video frame data format.

Details

Video frame data format.

Declared in ZegoEffectsDefines.h

Properties

ZegoEffectsVideoFrameFormatUnknown

ZegoEffectsVideoFrameFormatUnknown
ZegoEffectsVideoFrameFormatUnknown=(0)

Unknown format, will take platform default.

ZegoEffectsVideoFrameFormatBGRA32

ZegoEffectsVideoFrameFormatBGRA32
ZegoEffectsVideoFrameFormatBGRA32=(1)

BGRA32 format.

ZegoEffectsVideoFrameFormatRGBA32

ZegoEffectsVideoFrameFormatRGBA32
ZegoEffectsVideoFrameFormatRGBA32=(2)

RGBA32 format.

ZegoEffectsVideoFrameFormatI420

ZegoEffectsVideoFrameFormatI420
ZegoEffectsVideoFrameFormatI420=(3)

I420 format.

ZegoEffectsVideoFrameFormatYv12

ZegoEffectsVideoFrameFormatYv12
ZegoEffectsVideoFrameFormatYv12=(4)

YV12 format.

ZegoEffectsVideoFrameFormatNv21

ZegoEffectsVideoFrameFormatNv21
ZegoEffectsVideoFrameFormatNv21=(5)

NV21 format.

ZegoEffectsVideoFrameFormatNv12

ZegoEffectsVideoFrameFormatNv12
ZegoEffectsVideoFrameFormatNv12=(6)

NV12 format.

Previous

Protocol

On this page

Back to top