Microsoft DirectX 8.1 (C++) |
Microsoft® DirectPlay® Voice generates the DVMSGID_RECORDSTOP message when audio input on the local client stops. This can be caused by the voice activation sensitivity level not being reached or when a target is deselected in push-to-talk mode.
The DVMSG_RECORDSTOP structure contains information for the DVMSGID_RECORDSTOP system message.
typedef struct { DWORD dwSize; DWORD dwPeakLevel; PVOID pvLocalPlayerContext; } DVMSG_RECORDSTOP, *LPDVMSG_RECORDSTOP, *PDVMSG_RECORDSTOP;
Return DV_OK.
Windows NT/2000/XP: Available as a redistributable for Windows 2000 and later.
Windows 98/Me: Available as a redistributable for Windows 98 and later.
Header: Declared in Dvoice.h.