VirtualBox

Ignore:
Timestamp:
Aug 24, 2021 10:47:52 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146465
Message:

Audio/ValKit: More work on ATS client destruction handling. bugref:10008

File:
1 edited

Legend:

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

    r90768 r90830  
    5252typedef struct ATSCALLBACKS
    5353{
     54    /**
     55     * Tells the implementation that a new client connected. Optional.
     56     *
     57     * @param   pvUser          User-supplied pointer to context data. Optional.
     58     */
     59    DECLR3CALLBACKMEMBER(int, pfnHowdy, (void const *pvUser));
     60
     61    /**
     62     * Tells the implementation that a client disconnected. Optional.
     63     *
     64     * @param   pvUser          User-supplied pointer to context data. Optional.
     65     */
     66    DECLR3CALLBACKMEMBER(int, pfnBye, (void const *pvUser));
     67
    5468    /**
    5569     * Begins a test set. Optional.
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