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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostCoreAudio.cpp124 AudioObjectPropertyAddress propAdr = { kAudioDevicePropertyBufferFrameSize, propScope, local
128 OSStatus err = AudioObjectSetPropertyData(deviceID, &propAdr, NULL, 0, sizeof(cReqSize), &cReqSize);
132 err = AudioObjectGetPropertyData(deviceID, &propAdr, 0, NULL, &cSize, pcActSize);
142 propAdr.mSelector = kAudioDevicePropertyBufferSizeRange;
143 err = AudioObjectGetPropertyDataSize(deviceID, &propAdr, 0, NULL, &cSize);
151 err = AudioObjectGetPropertyData(deviceID, &propAdr, 0, NULL, &cSize, pRange);
175 propAdr.mSelector = kAudioDevicePropertyBufferFrameSize;
176 err = AudioObjectSetPropertyData(deviceID, &propAdr, 0, NULL, sizeof(cReqSize), &cReqSize);
181 err = AudioObjectGetPropertyData(deviceID, &propAdr, 0, NULL, &cSize, pcActSize);
195 AudioObjectPropertyAddress propAdr local
235 AudioObjectPropertyAddress propAdr = { kAudioHardwarePropertyDeviceForUID, kAudioObjectPropertyScopeGlobal, local
349 AudioObjectPropertyAddress propAdr = { kAudioHardwarePropertyDefaultInputDevice, local
667 AudioObjectPropertyAddress propAdr = { kAudioHardwarePropertyDefaultInputDevice, local
683 AudioObjectPropertyAddress propAdr = { kAudioObjectPropertyName, kAudioObjectPropertyScopeGlobal, local
1012 AudioObjectPropertyAddress propAdr = { kAudioHardwarePropertyDefaultOutputDevice, local
1028 AudioObjectPropertyAddress propAdr = { kAudioObjectPropertyName, kAudioObjectPropertyScopeGlobal, local
1710 AudioObjectPropertyAddress propAdr = { kAudioDeviceProcessorOverload, kAudioUnitScope_Global, local
1808 AudioObjectPropertyAddress propAdr = { kAudioHardwarePropertyDefaultOutputDevice, kAudioUnitScope_Global, local
1897 AudioObjectPropertyAddress propAdr = { kAudioHardwarePropertyDefaultInputDevice, kAudioObjectPropertyScopeGlobal, local
1957 AudioObjectPropertyAddress propAdr = { kAudioHardwarePropertyDefaultOutputDevice, kAudioObjectPropertyScopeGlobal, local
[all...]

Completed in 45 milliseconds