PlanetKitAutoGainControlMode

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

An enumeration representing the auto gain control mode for the PlanetKit voice processor.

  • Auto gain control is disabled.

    Declaration

    Swift

    case disabled
  • Auto gain control is performed in software.

    Declaration

    Swift

    case software
  • Auto gain control is performed in hardware.

    Declaration

    Swift

    case hardware

CustomStringConvertible

  • A string representation of the auto gain control mode.

    Declaration

    Swift

    public var description: String { get }