VirtualBox

Ignore:
Timestamp:
May 24, 2016 11:47:09 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107442
Message:

Audio:

  • Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / PDMAUDIOHSTSTRMIN / PDMAUDIOHSTSTRMOUT structures to use a single PDMAUDIOSTREAM structure.
  • Cleaned up PDMIAUDIOCONNECTOR / PDMIHOSTAUDIO interfaces.
  • Made the VRDE audio support configurable with VBOX_WITH_VRDE_AUDIO (enabled by default).
  • Updates on mixing buffer handling. Work in progress.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp

    r57358 r61157  
    66
    77/*
    8  * Copyright (C) 2006-2015 Oracle Corporation
     8 * Copyright (C) 2006-2016 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2525#include "DisplayImpl.h"
    2626#include "VMMDev.h"
    27 #include "DrvAudioVRDE.h"
     27#ifdef VBOX_WITH_VRDE_AUDIO
     28# include "DrvAudioVRDE.h"
     29#endif
    2830#include "Nvram.h"
    2931#include "UsbWebcamInterface.h"
     
    6870    if (RT_FAILURE(rc))
    6971        return rc;
    70 
     72#ifdef VBOX_WITH_VRDE_AUDIO
    7173    rc = pCallbacks->pfnRegister(pCallbacks, &AudioVRDE::DrvReg);
    7274    if (RT_FAILURE(rc))
    7375        return rc;
    74 
     76#endif
    7577    rc = pCallbacks->pfnRegister(pCallbacks, &Nvram::DrvReg);
    7678    if (RT_FAILURE(rc))
Note: See TracChangeset for help on using the changeset viewer.

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