Microsoft DirectX 9.0 SDK Update (Summer 2003) |
DVMSGID_PLAYERVOICESTART Message
Microsoft® DirectPlay® Voice generates the DVMSGID_PLAYERVOICESTART message when an incoming audio stream begins playing back.
The DVMSG_PLAYERVOICESTART structure contains information for the DVMSGID_PLAYERVOICESTART system message.
Syntax
typedef struct { DWORD dwSize; DVID dvidSourcePlayerID; PVOID pvPlayerContext; } DVMSG_PLAYERVOICESTART *LPDVMSG_PLAYERVOICESTART, *PDVMSG_PLAYERVOICESTART;
Members
- dwSize
- Size of the DVMSG_PLAYERVOICESTART message structure.
- dvidSourcePlayerID
- DVID of the player where the voice transmission originated.
- pvPlayerContext
- Pointer to the context value set for the player. This value is set through the pvPlayerContext member of the DVMSGID_CREATEVOICEPLAYER message structure.
Remarks
Return from the message callback function with DV_OK.
Message Information
Header dvoice.h Minimum operating systems Windows 98