Contents

MIDIObjectGetIntegerProperty(_:_:_:)

Gets an object’s integer-type property.

Declaration

func MIDIObjectGetIntegerProperty(_ obj: MIDIObjectRef, _ propertyID: CFString, _ outValue: UnsafeMutablePointer<Int32>) -> OSStatus

Parameters

  • obj:

    The object to query.

  • propertyID:

    The name of the property to return.

  • outValue:

    On successful return, the property value.

Return Value

An OSStatus result code.

Discussion

See MIDIObjectRef for information about properties.

See Also

Property Accessors