Changeset 61332 in vbox for trunk/include/VBox
- Timestamp:
- May 31, 2016 1:23:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r61317 r61332 2748 2748 #define VERR_AUDIO_NO_FREE_INPUT_STREAMS (-6601) 2749 2749 /** No free output streams. */ 2750 #define VERR_AUDIO_NO_FREE_OUTPUT_STREAMS (-660 3)2750 #define VERR_AUDIO_NO_FREE_OUTPUT_STREAMS (-6602) 2751 2751 /** Pending stream disable operation in progress. */ 2752 #define VERR_AUDIO_STREAM_PENDING_DISABLE (-660 4)2752 #define VERR_AUDIO_STREAM_PENDING_DISABLE (-6603) 2753 2753 /** @} */ 2754 2754
Note:
See TracChangeset
for help on using the changeset viewer.