backgroundEffectsTypes static method

List<ZegoBeautyPluginEffectsType> backgroundEffectsTypes()

background Effects Types

Implementation

static List<ZegoBeautyPluginEffectsType> backgroundEffectsTypes() =>
    ZegoBeautyPluginEffectsType.values.sublist(
        ZegoBeautyPluginEffectsType.backgroundGreenScreenSegmentation.index,
        ZegoBeautyPluginEffectsType.backgroundGaussianBlur.index + 1);