VirtualBox

Changeset 61166 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
May 24, 2016 3:26:06 PM (9 years ago)
Author:
vboxsync
Message:

Audio: Implemented ability to specify two different audio formats via PDMIAUDIOCONNECTOR::CreateStream, renamed AudioMixerCreateStream() to AudioMixerSinkCreateStream().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r61157 r61166  
    637637     * @returns VBox status code.
    638638     * @param   pInterface           Pointer to the interface structure containing the called function pointer.
    639      * @param   pszName              Friendly name of this input stream.
    640      * @param   ppGstStrmIn          Pointer where to return the guest guest input stream on success.
    641      */
    642     DECLR3CALLBACKMEMBER(int, pfnStreamCreate, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOSTREAM *ppStream));
     639     * @param   pCfgHost             Stream configuration for host side.
     640     * @param   pCfgGuest            Stream configuration for guest side.
     641     * @param   ppStream             Pointer where to return the created audio stream on success.
     642     */
     643    DECLR3CALLBACKMEMBER(int, pfnStreamCreate, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOSTREAMCFG pCfgHost, PPDMAUDIOSTREAMCFG pCfgGuest, PPDMAUDIOSTREAM *ppStream));
    643644
    644645    /**
     
    694695
    695696/** PDMIAUDIOCONNECTOR interface ID. */
    696 #define PDMIAUDIOCONNECTOR_IID                  "45620608-5014-4322-8593-A15ACFDA2B12"
     697#define PDMIAUDIOCONNECTOR_IID                  "9CDE2581-41B1-838E-24A5-448B2D0C822E"
    697698
    698699
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