PlanetKitNoiseSuppressorMode

@objc
@frozen
public enum PlanetKitNoiseSuppressorMode : Int
extension PlanetKitNoiseSuppressorMode: CustomStringConvertible

An enumeration representing the mode of the noise suppressor in PlanetKit.

  • The noise suppressor is disabled.

    Declaration

    Swift

    case disabled
  • The noise suppressor is enabled.

    Declaration

    Swift

    case enabled

CustomStringConvertible

  • A string representation of the noise suppressor mode.

    Declaration

    Swift

    public var description: String { get }