MacOsDeviceFinder: Rename kAudioObjectPropertyElementMaster to kAudioObjectPropertyElementMain
This commit is contained in:
@@ -69,7 +69,7 @@ EngineDeviceList MacOsDeviceFinder::ListDevices() {
|
|||||||
AudioObjectPropertyAddress address = {
|
AudioObjectPropertyAddress address = {
|
||||||
kAudioHardwarePropertyDevices,
|
kAudioHardwarePropertyDevices,
|
||||||
kAudioObjectPropertyScopeGlobal,
|
kAudioObjectPropertyScopeGlobal,
|
||||||
kAudioObjectPropertyElementMaster
|
kAudioObjectPropertyElementMain
|
||||||
};
|
};
|
||||||
|
|
||||||
UInt32 device_size_bytes = 0;
|
UInt32 device_size_bytes = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user