VirtualBox

Ignore:
Timestamp:
Jun 2, 2021 8:43:16 AM (4 years ago)
Author:
vboxsync
Message:

Audio/ValKit: More code for recording tests. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTestService.h

    r89431 r89456  
    6060     */
    6161    DECLR3CALLBACKMEMBER(int, pfnTonePlay, (void const *pvUser, PPDMAUDIOSTREAMCFG pStreamCfg, PAUDIOTESTTONEPARMS pToneParms));
     62
     63    /**
     64     * Records a test tone.
     65     *
     66     * @returns VBox status code.
     67     * @param   pvUser          User-supplied pointer to context data. Optional.
     68     * @param   pStreamCfg      Audio stream configuration to use for stream to play tone on.
     69     * @param   cMsDelay        Delay (in ms) before start recording.
     70     * @param   cMsDuration     Duration (in ms) to record.
     71     */
     72    DECLR3CALLBACKMEMBER(int, pfnToneRecord, (void const *pvUser, PPDMAUDIOSTREAMCFG pStreamCfg, PAUDIOTESTTONEPARMS pToneParms));
     73
    6274    /** Pointer to opaque user-provided context data. */
    6375    void const *pvUser;
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