MIDIObjectGetDictionaryProperty(_:_:_:)
Gets an object’s dictionary-type property.
Declaration
func MIDIObjectGetDictionaryProperty(_ obj: MIDIObjectRef, _ propertyID: CFString, _ outDict: UnsafeMutablePointer<Unmanaged<CFDictionary>?>) -> OSStatusParameters
- obj:
The object to query.
- propertyID:
The name of the property to return.
- outDict:
On successful return, the property value.
Return Value
An OSStatus result code.
Discussion
See MIDIObjectRef for information about properties.
See Also
Property Accessors
MIDIObjectGetProperties(_:_:_:)MIDIObjectRemoveProperty(_:_:)MIDIObjectGetStringProperty(_:_:_:)MIDIObjectSetStringProperty(_:_:_:)MIDIObjectGetIntegerProperty(_:_:_:)MIDIObjectSetIntegerProperty(_:_:_:)MIDIObjectGetDataProperty(_:_:_:)MIDIObjectSetDataProperty(_:_:_:)MIDIObjectSetDictionaryProperty(_:_:_:)