Microsoft DirectX 8.1 (C++) |
Microsoft® DirectPlay® Voice generates the DVMSGID_INPUTLEVEL message periodically to notify the user of the input level from the microphone. The period of notification is set by the dwNotifyPeriod member of the DVCLIENTCONFIG structure. If the notification period is set to 0, this message will not be sent. In addition, if the client is running in half duplex mode, this message is not available.
The DVMSG_INPUTLEVEL structure contains information for the DVMSGID_INPUTLEVEL system message.
typedef struct { DWORD dwSize; DWORD dwPeakLevel; LONG lRecordVolume; PVOID pvLocalPlayerContext; } DVMSG_INPUTLEVEL, *LPDVMSG_INPUTLEVEL, *PDVMSG_INPUTLEVEL;
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.