VirtualBox

Changeset 89258 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 25, 2021 9:58:08 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144601
Message:

Audio: Added PDMIHOSTAUDIO::pfnSetDevice with implementation for CoreAudio. Added CoreAudio config values OutputDeviceID and InputDeviceID for the same purpose. bugref:9890

Location:
trunk/src/VBox/Main/src-client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DrvAudioRec.cpp

    r89218 r89258  
    11061106    pThis->IHostAudio.pfnGetConfig                  = drvAudioVideoRecHA_GetConfig;
    11071107    pThis->IHostAudio.pfnGetDevices                 = NULL;
     1108    pThis->IHostAudio.pfnSetDevice                  = NULL;
    11081109    pThis->IHostAudio.pfnGetStatus                  = drvAudioVideoRecHA_GetStatus;
    11091110    pThis->IHostAudio.pfnDoOnWorkerThread           = NULL;
  • trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp

    r89213 r89258  
    790790    pThis->IHostAudio.pfnGetConfig                  = drvAudioVrdeHA_GetConfig;
    791791    pThis->IHostAudio.pfnGetDevices                 = NULL;
     792    pThis->IHostAudio.pfnSetDevice                  = NULL;
    792793    pThis->IHostAudio.pfnGetStatus                  = drvAudioVrdeHA_GetStatus;
    793794    pThis->IHostAudio.pfnDoOnWorkerThread           = NULL;
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