MIDIObjectGetProperties

Abstract: Get all of an object's properties.

extern OSStatus MIDIObjectGetProperties( MIDIObjectRef obj, 
 CFPropertyListRef * outProperties,
 Boolean deep );

Returns a CFPropertyList of all of an object's properties. The property list may be a dictionary or an array. Dictionaries map property names (CFString) to values, which may be CFNumber, CFString, or CFData. Arrays are arrays of such values.

Properties which an object inherits from its owning object (if any) are not included.

New for CoreMIDI 1.1.

Parameters

NameDescription
objThe object whose properties are to be returned.
outPropertiesOn successful return, the object's properties.
deeptrue if the object's child objects are to be included (e.g. a device's entities, or an entity's endpoints).
Result: An OSStatus result code.



[ Search xmidi.com:    ]


[ home | docs | apps | links ]