VirtualBox

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


Ignore:
Timestamp:
Jan 15, 2015 4:15:21 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97644
Message:

PDM/Audio: Build fix; forgot some files.

File:
1 edited

Legend:

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

    r53567 r53831  
    414414typedef struct PDMIAUDIOCONNECTOR
    415415{
     416    DECLR3CALLBACKMEMBER(int, pfnQueryData, (PPDMIAUDIOCONNECTOR pInterface, uint32_t *pcbAvailIn, uint32_t *pcbFreeOut, uint32_t *pcSamplesLive));
     417
    416418    /**
    417419     * Reads PCM audio data from the host (input).
     
    457459
    458460    /**
    459      * Initializes the NULL audio driver as a fallback.
     461     * Initializes the NULL audio driver as a fallback in case no host backend is available.
    460462     *
    461463     * @returns VBox status code.
     
    559561                                           PPDMAUDIOGSTSTRMOUT *ppGstStrmOut));
    560562
     563    DECLR3CALLBACKMEMBER(int, pfnPlayOut, (PPDMIAUDIOCONNECTOR pInterface));
     564
    561565    /**
    562566     * Checks whether a specific guest input stream is active or not.
     
    640644
    641645    /**
    642      * End the host audio input streamm.
     646     * Ends the host audio input streamm.
    643647     *
    644648     * @returns VBox status code.
     
    649653
    650654    /**
    651      * End the host output stream.
     655     * Ends the host output stream.
    652656     *
    653657     * @returns VBox status code.
     
    658662
    659663    /**
    660      * Play audio out from stream buffer.
     664     * Plays an audio stream.
    661665     *
    662666     * @returns VBox status code.
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