Contents

AudioHardwareServiceIsPropertySettable(_:_:_:)

Queries a HAL audio object about whether a specified property is settable.

Declaration

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

Parameters

  • inObjectID:

    The HAL audio object to query.

  • inAddress:

    The property that you are asking about.

  • outIsSettable:

    A Boolean value that indicates whether the property is settable (true) or not (false).

Return Value

A result code.

See Also

Related Documentation

Functions