Changeset 88772 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Apr 29, 2021 9:49:46 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioWasApi.cpp
r88761 r88772 570 570 * @returns VINF_SUCCESS on success, VERR_AUDIO_STREAM_COULD_NOT_CREATE if not 571 571 * supported. 572 * @param p Cfg The stream configurationto update (input:572 * @param pProps The stream properties to update (input: 573 573 * requested config; output: acquired). 574 574 * @param pFmt The windows wave format structure. … … 698 698 * if no matching config found. 699 699 * @param pDevEntry Where to perform the lookup. 700 * @param pProp 700 * @param pProps The config properties to match. 701 701 */ 702 702 static PDRVHOSTAUDIOWASCACHEDEVCFG
Note:
See TracChangeset
for help on using the changeset viewer.