Changeset 90788 in vbox for trunk/src/VBox/ValidationKit/utils/audio
- Timestamp:
- Aug 23, 2021 10:26:51 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r90776 r90788 695 695 case VKAT_TEST_OPT_PCM_SIGNED: return "Specifies whether to use signed (true) or unsigned (false) samples\n" 696 696 " Default: true"; 697 case VKAT_TEST_OPT_PROBE_BACKENDS: 697 case VKAT_TEST_OPT_PROBE_BACKENDS: return "Specifies whether to probe all (available) backends until a working one is found\n" 698 698 " Default: false"; 699 699 case VKAT_TEST_OPT_TAG: return "Specifies the test set tag to use";
Note:
See TracChangeset
for help on using the changeset viewer.