MIDIObjectSetDictionaryProperty(_:_:_:)
Sets an object’s dictionary-type property.
Declaration
func MIDIObjectSetDictionaryProperty(_ obj: MIDIObjectRef, _ propertyID: CFString, _ dict: CFDictionary) -> OSStatusParameters
- obj:
The object to update.
- propertyID:
The name of the property to set.
- dict:
The new 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(_:_:_:)MIDIObjectGetDictionaryProperty(_:_:_:)