VirtualBox

Ignore:
Timestamp:
Aug 10, 2020 8:02:03 AM (4 years ago)
Author:
vboxsync
Message:

Devices/Audio/DrvHostCoreAudio: Properly request authorization for audio input as required with Mojave and newer, bugref:9805

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp

    r85199 r85655  
    129129} COREAUDIOUNIT, *PCOREAUDIOUNIT;
    130130
     131
     132DECLHIDDEN(int) coreAudioInputPermissionCheck(void);
    131133
    132134/*******************************************************************************
     
    15781580
    15791581    int rc = VINF_SUCCESS;
     1582
     1583    if (fIn)
     1584    {
     1585        rc = coreAudioInputPermissionCheck();
     1586        if (RT_FAILURE(rc))
     1587            return rc;
     1588    }
    15801589
    15811590    /* Create the recording device's out format based on our required audio settings. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette