VirtualBox

Changeset 73687 in vbox for trunk


Ignore:
Timestamp:
Aug 15, 2018 9:52:59 AM (6 years ago)
Author:
vboxsync
Message:

Audio/err.h: Added VERR_AUDIO_STREAM_COULD_NOT_CREATE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r73604 r73687  
    27962796/** Stream is not ready for requested operation.  */
    27972797#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)
    27982803/** @} */
    27992804
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette