VirtualBox

Changeset 73725 in vbox for trunk/include


Ignore:
Timestamp:
Aug 16, 2018 10:05:37 PM (6 years ago)
Author:
vboxsync
Message:

VBox/err.h: Fix status codes with the same value

File:
1 edited

Legend:

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

    r73687 r73725  
    27842784#define VERR_AUDIO_BACKEND_INIT_FAILED              (-6600)
    27852785/** No host backend attached / available. */
    2786 #define VERR_AUDIO_BACKEND_NOT_ATTACHED             (-6605)
     2786#define VERR_AUDIO_BACKEND_NOT_ATTACHED             (-6601)
    27872787/** No free input streams.  */
    2788 #define VERR_AUDIO_NO_FREE_INPUT_STREAMS            (-6601)
     2788#define VERR_AUDIO_NO_FREE_INPUT_STREAMS            (-6602)
    27892789/** No free output streams.  */
    2790 #define VERR_AUDIO_NO_FREE_OUTPUT_STREAMS           (-6602)
     2790#define VERR_AUDIO_NO_FREE_OUTPUT_STREAMS           (-6603)
    27912791/** Pending stream disable operation in progress.  */
    2792 #define VERR_AUDIO_STREAM_PENDING_DISABLE           (-6603)
     2792#define VERR_AUDIO_STREAM_PENDING_DISABLE           (-6604)
    27932793/** There is more data available.
    27942794 *  This can happen due to a buffer wraparound of a buffer read/write operation. */
    2795 #define VINF_AUDIO_MORE_DATA_AVAILABLE              (6604)
     2795#define VINF_AUDIO_MORE_DATA_AVAILABLE              (6605)
    27962796/** Stream is not ready for requested operation.  */
    2797 #define VERR_AUDIO_STREAM_NOT_READY                 (-6604)
     2797#define VERR_AUDIO_STREAM_NOT_READY                 (-6605)
    27982798/** Stream could not be created.
    27992799 *  This might due to missing host (backend) drivers or a host not having the
    28002800 *  required hardware, or that the requested stream configuration
    28012801 *  is not supported by the host backend. */
    2802 #define VERR_AUDIO_STREAM_COULD_NOT_CREATE          (-6605)
     2802#define VERR_AUDIO_STREAM_COULD_NOT_CREATE          (-6606)
    28032803/** @} */
    28042804
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