- Timestamp:
- Aug 15, 2018 9:52:59 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r73604 r73687 2796 2796 /** Stream is not ready for requested operation. */ 2797 2797 #define VERR_AUDIO_STREAM_NOT_READY (-6604) 2798 /** Stream could not be created. 2799 * This might due to missing host (backend) drivers or a host not having the 2800 * required hardware, or that the requested stream configuration 2801 * is not supported by the host backend. */ 2802 #define VERR_AUDIO_STREAM_COULD_NOT_CREATE (-6605) 2798 2803 /** @} */ 2799 2804
Note:
See TracChangeset
for help on using the changeset viewer.