VirtualBox

Changeset 73454 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Aug 2, 2018 12:48:47 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124081
Message:

Audio/Debug: This backend does not support any recording (injecting input data) yet, so tell the others as well.

File:
1 edited

Legend:

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

    r73393 r73454  
    7474    pBackendCfg->cbStreamIn     = sizeof(DEBUGAUDIOSTREAM);
    7575
    76     pBackendCfg->cMaxStreamsOut = 1; /* Output */
    77     pBackendCfg->cMaxStreamsIn  = 2; /* Line input + microphone input. */
     76    pBackendCfg->cMaxStreamsOut = 1; /* Output; writing to a file. */
     77    pBackendCfg->cMaxStreamsIn  = 0; /** @todo Right now we don't support any input (capturing, injecting from a file). */
    7878
    7979    return VINF_SUCCESS;
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