SettingType
public enum SettingType : Int
settings type
-
sample rate in hz
Declaration
Swift
case sampleRate = 0
-
resolution in bits
Declaration
Swift
case resolution = 1
-
range
Declaration
Swift
case range = 2
-
range with min and max allowed values
Declaration
Swift
case rangeMilliunit = 3
-
amount of channels available
Declaration
Swift
case channels = 4
-
type is unknown
Declaration
Swift
case unknown = 0xff