Searched refs:vAudioDevices (Results 1 – 1 of 1) sorted by relevance
/dports/audio/jamulus/jamulus-r3_8_1/mac/ |
H A D | sound.cpp | 96 CVector<AudioDeviceID> vAudioDevices ( iPropertySize ); in GetAvailableInOutDevices() local 99 …yData ( kAudioObjectSystemObject, &stPropertyAddress, 0, NULL, &iPropertySize, &vAudioDevices[0] ); in GetAvailableInOutDevices() 145 GetAudioDeviceInfos ( vAudioDevices[i], strDeviceName_i, bIsInput_i, bIsOutput_i ); in GetAvailableInOutDevices() 147 GetAudioDeviceInfos ( vAudioDevices[j], strDeviceName_j, bIsInput_j, bIsOutput_j ); in GetAvailableInOutDevices() 156 audioInputDevice[lNumDevs] = vAudioDevices[i]; in GetAvailableInOutDevices() 157 audioOutputDevice[lNumDevs] = vAudioDevices[j]; in GetAvailableInOutDevices()
|