Contents

AudioHardwareServiceHasProperty(_:_:)

Queries a HAL audio object about whether or not it has a specified property.

Declaration

func AudioHardwareServiceHasProperty(_ inObjectID: AudioObjectID, _ inAddress: UnsafePointer<AudioObjectPropertyAddress>!) -> Bool

Parameters

  • inObjectID:

    The HAL audio object to query.

  • inAddress:

    The property that you are asking about.

Return Value

A Boolean value that indicates whether the HAL audio object does have the property (true) or not (false).

See Also

Related Documentation

Functions