Changeset 89436 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jun 1, 2021 3:05:48 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144790
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r89434 r89436 1264 1264 1265 1265 /** 1266 * Packs a naudio test so that it's ready for transmission.1266 * Packs a closed audio test so that it's ready for transmission. 1267 1267 * 1268 1268 * @returns VBox status code. … … 1275 1275 { 1276 1276 AssertReturn(!pszFileName || cbFileName, VERR_INVALID_PARAMETER); 1277 AssertReturn( audioTestManifestIsOpen(pSet), VERR_WRONG_ORDER);1277 AssertReturn(!audioTestManifestIsOpen(pSet), VERR_WRONG_ORDER); 1278 1278 1279 1279 /** @todo Check and deny if \a pszOutDir is part of the set's path. */
Note:
See TracChangeset
for help on using the changeset viewer.