Changeset 73454 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 2, 2018 12:48:47 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDebugAudio.cpp
r73393 r73454 74 74 pBackendCfg->cbStreamIn = sizeof(DEBUGAUDIOSTREAM); 75 75 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). */ 78 78 79 79 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.