Changeset 89456 in vbox for trunk/src/VBox/Devices/Audio/AudioTestService.h
- Timestamp:
- Jun 2, 2021 8:43:16 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestService.h
r89431 r89456 60 60 */ 61 61 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 62 74 /** Pointer to opaque user-provided context data. */ 63 75 void const *pvUser;
Note:
See TracChangeset
for help on using the changeset viewer.