Searched defs:propertyID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_MidiUtils.c189 static int getEndpointProperty(int direction, INT32 deviceID, char *buffer, int bufferLength, CFStringRef propertyID) { argument
210 if (propertyID == kMIDIPropertyDriverVersion) {
221 status = MIDIObjectGetStringProperty(endpoint, propertyID, &pname);

Completed in 30 milliseconds