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

/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Utils.cpp188 int GetChannelCount(AudioDeviceID deviceID, int isSource) { function
196 OS_ERROR2(err, "GetChannelCount(getSize), deviceID=0x%x, isSource=%d", (int)deviceID, isSource);
206 OS_ERROR2(err, "GetChannelCount(getData), deviceID=0x%x, isSource=%d", (int)deviceID, isSource);
210 TRACE2("GetChannelCount (deviceID=0x%x): total %d channels\n", (int)deviceID, result);

Completed in 287 milliseconds