VirtualBox

Changeset 89218 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
May 21, 2021 11:57:55 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144560
Message:

Audio: Converted PDMAUDIODSTSRCUNION, PDMAUDIORECSRC and PDMAUDIOPLAYBACKDST into a single enum type PDMAUDIOPATH. bugref:9890

File:
1 edited

Legend:

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

    r89213 r89218  
    409409    AssertPtrReturn(pCfgAcq,   VERR_INVALID_POINTER);
    410410
    411     if (pCfgReq->u.enmDst != PDMAUDIOPLAYBACKDST_FRONT)
     411    if (pCfgReq->enmPath != PDMAUDIOPATH_OUT_FRONT)
    412412    {
    413413        LogRel2(("Recording: Support for surround audio not implemented yet\n"));
Note: See TracChangeset for help on using the changeset viewer.

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