PlanetKitVirtualBackgroundType

@objc
@frozen
public enum PlanetKitVirtualBackgroundType : Int

An enumeration representing the types of virtual backgrounds in PlanetKit.

  • No virtual background.

    Declaration

    Swift

    case none = 0
  • Virtual background with blur effect.

    Declaration

    Swift

    case blur = 1
  • Virtual background with an image.

    Declaration

    Swift

    case image = 2