Contents

AudioObjectHasProperty(_:_:)

Declaration

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

Parameters

  • inObjectID:

    The AudioObject to query.

  • inAddress:

    An AudioObjectPropertyAddress indicating which property is being queried.

Return Value

A Boolean indicating whether or not the AudioObject has the given property.

Discussion

Queries an AudioObject about whether or not it has the given property.

See Also

Functions