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
valueA pointer to the qualifier data
sizeThe size in bytes of the data pointed to by
value -
Creates a new instance with the specified value
sizeis initlalized toMemoryLayout<T>.strideDeclaration
Swift
public init<T>(_ value: UnsafePointer<T>)Parameters
valueA pointer to the qualifier data
View on GitHub
PropertyQualifier Structure Reference