Changeset 90830 in vbox for trunk/src/VBox/Devices/Audio/AudioTestService.h
- Timestamp:
- Aug 24, 2021 10:47:52 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146465
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestService.h
r90768 r90830 52 52 typedef struct ATSCALLBACKS 53 53 { 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 54 68 /** 55 69 * Begins a test set. Optional.
Note:
See TracChangeset
for help on using the changeset viewer.