PlanetKitAudioDeviceType
@objc
@frozen
public enum PlanetKitAudioDeviceType : Int
extension PlanetKitAudioDeviceType: CustomStringConvertible
An enumeration representing the types of audio devices.
-
Represents a microphone device.
Declaration
Swift
case mic
-
Represents a speaker device.
Declaration
Swift
case spk
-
A textual representation of the audio device type.
Declaration
Swift
public var description: String { get }