ZegoAlphaLayoutType
ZegoAlphaLayoutType
Alpha channel data layout.
Declared in ZegoExpressDefines.h
Properties
ZegoAlphaLayoutTypeNone
ZegoAlphaLayoutTypeNone
ZegoAlphaLayoutTypeNone=(0)There is no alpha data.
ZegoAlphaLayoutTypeLeft
ZegoAlphaLayoutTypeLeft
ZegoAlphaLayoutTypeLeft=(1)Alpha channel data is to the left of RGB/YUV data.
ZegoAlphaLayoutTypeRight
ZegoAlphaLayoutTypeRight
ZegoAlphaLayoutTypeRight=(2)Alpha channel data is to the right of RGB/YUV data.
ZegoAlphaLayoutTypeBottom
ZegoAlphaLayoutTypeBottom
ZegoAlphaLayoutTypeBottom=(3)Alpha channel data is to the bottom of RGB/YUV data.
ZegoAlphaLayoutTypeRightTop
ZegoAlphaLayoutTypeRightTop
ZegoAlphaLayoutTypeRightTop=(4)Alpha channel data is to the upper right of RGB/YUV data.
