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

    value

    The 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

Debugging Helpers

  • Declaration

    Swift

    public var description: String { get }