mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Remove object references in coreaudio context state that are for apple desktop only in other builds
This commit is contained in:
committed by
David Reid
parent
b41a7eabe7
commit
1f717d6ba7
@@ -33885,12 +33885,14 @@ typedef struct ma_context_state_coreaudio
|
||||
ma_CFStringGetCString_proc CFStringGetCString;
|
||||
ma_CFRelease_proc CFRelease;
|
||||
|
||||
#if defined(MA_APPLE_DESKTOP)
|
||||
ma_handle hCoreAudio;
|
||||
ma_AudioObjectGetPropertyData_proc AudioObjectGetPropertyData;
|
||||
ma_AudioObjectGetPropertyDataSize_proc AudioObjectGetPropertyDataSize;
|
||||
ma_AudioObjectSetPropertyData_proc AudioObjectSetPropertyData;
|
||||
ma_AudioObjectAddPropertyListener_proc AudioObjectAddPropertyListener;
|
||||
ma_AudioObjectRemovePropertyListener_proc AudioObjectRemovePropertyListener;
|
||||
#endif
|
||||
|
||||
ma_handle hAudioUnit; /* Could possibly be set to AudioToolbox on later versions of macOS. */
|
||||
ma_AudioComponentFindNext_proc AudioComponentFindNext;
|
||||
|
||||
Reference in New Issue
Block a user