PropertyQualifier
public struct PropertyQualifier
A HAL audio object property qualifier
-
The property qualifier’s value
Declaration
Swift
public let value: UnsafeRawPointer
-
The property qualifier’s size
Declaration
Swift
public let size: UInt32
-
Creates a new instance with the specified value and size
Declaration
Swift
public init(value: UnsafeRawPointer, size: UInt32)
Parameters
value
A pointer to the qualifier data
size
The size in bytes of the data pointed to by
value
-
Creates a new instance with the specified value
size
is initlalized toMemoryLayout<T>.stride
Declaration
Swift
public init<T>(_ value: UnsafePointer<T>)
Parameters
value
A pointer to the qualifier data