PropertySelector
public struct PropertySelector : RawRepresentable, ExpressibleByIntegerLiteral, ExpressibleByStringLiteral
extension PropertySelector: CustomStringConvertible
A thin wrapper around a HAL audio object property selector
-
Declaration
Swift
public let rawValue: AudioObjectPropertySelector -
Creates a new instance with the specified value
Declaration
Swift
public init(_ value: AudioObjectPropertySelector)Parameters
valueThe value to use for the new instance
-
Declaration
Swift
public init(rawValue: AudioObjectPropertySelector) -
Declaration
Swift
public init(integerLiteral value: UInt32) -
Declaration
Swift
public init(stringLiteral value: StringLiteralType) -
Wildcard selector
Declaration
Swift
public static let wildcard: PropertySelector
-
Declaration
Swift
public var description: String { get }
View on GitHub
PropertySelector Structure Reference