VirtualBox

Changeset 59375 in vbox for trunk/include


Ignore:
Timestamp:
Jan 18, 2016 12:56:54 PM (9 years ago)
Author:
vboxsync
Message:

Audio: introduced VERR_AUDIO_BACKEND_INIT_FAILED

File:
1 edited

Legend:

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

    r59305 r59375  
    27012701/** @} */
    27022702
     2703
    27032704/** @name Main API Status Codes
    27042705 * @{
     
    27122713/** @} */
    27132714
     2715
    27142716/** @name VBox Drag and Drop Status Codes
    27152717 * @{
     
    27202722
    27212723
     2724/** @name Audio Status Codes
     2725 * @{
     2726 */
     2727/** Host backend couldn't be initialized.  Happen if the audio server is not
     2728 *  reachable, audio hardware is not available or similar.  We should use the
     2729 *  NULL audio driver. */
     2730#define VERR_AUDIO_BACKEND_INIT_FAILED              (-6600)
     2731/** @} */
     2732
     2733
    27222734/* SED-END */
    27232735
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