Contents

AudioObjectIsPropertySettable(_:_:_:)

Declaration

func AudioObjectIsPropertySettable(_ inObjectID: AudioObjectID, _ inAddress: UnsafePointer<AudioObjectPropertyAddress>, _ outIsSettable: UnsafeMutablePointer<DarwinBoolean>) -> OSStatus

Parameters

  • inObjectID:

    The AudioObject to query.

  • inAddress:

    An AudioObjectPropertyAddress indicating which property is being queried.

  • outIsSettable:

    A Boolean indicating whether or not the property can be set.

Return Value

An OSStatus indicating success or failure.

Discussion

Queries an AudioObject about whether or not the given property can be set using AudioObjectSetPropertyData.

See Also

Functions