PlanetKitAcousticEchoCancellerMode
@objc
@frozen
public enum PlanetKitAcousticEchoCancellerMode : Int
extension PlanetKitAcousticEchoCancellerMode: CustomStringConvertible
An enumeration that represents the mode of the PlanetKit acoustic echo canceller.
-
The acoustic echo canceller is disabled.
Declaration
Swift
case disabled
-
The acoustic echo canceller is enabled with the recommended intensity level.
Declaration
Swift
case intensityRecommended
-
The acoustic echo canceller is enabled with the minimum intensity level.
Declaration
Swift
case intensityMin
-
The acoustic echo canceller is enabled with the maximum intensity level.
Declaration
Swift
case intensityMax
-
The acoustic echo canceller is enabled with the adaptive intensity level.
Declaration
Swift
case intensityAdaptive
-
A string representation of the acoustic echo canceller mode.
Declaration
Swift
public var description: String { get }