Changeset 61051 in vbox
- Timestamp:
- May 19, 2016 3:27:41 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107317
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r60990 r61051 2745 2745 /** No free input streams. */ 2746 2746 #define VERR_AUDIO_NO_FREE_INPUT_STREAMS (-6601) 2747 /** No free output streams. */ 2748 #define VERR_AUDIO_NO_FREE_OUTPUT_STREAMS (-6603) 2749 /** Pending stream disable operation in progress. */ 2750 #define VERR_AUDIO_STREAM_PENDING_DISABLE (-6604) 2747 2751 /** @} */ 2748 2752
Note:
See TracChangeset
for help on using the changeset viewer.