Contents

MIDIObjectGetStringProperty(_:_:_:)

Gets an object’s string-type property.

Declaration

func MIDIObjectGetStringProperty(_ obj: MIDIObjectRef, _ propertyID: CFString, _ str: UnsafeMutablePointer<Unmanaged<CFString>?>) -> OSStatus

Parameters

  • obj:

    The object to query.

  • propertyID:

    The name of the property to return.

  • str:

    On successful return, the property value.

Return Value

An OSStatus result code.

Discussion

See MIDIObjectRef for information about properties.

See Also

Property Accessors