2.2.54 DPSP_MSG_VOICE
The DPSP_MSG_VOICE packet is used to send voice message data.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
DPSP_MSG_HEADER (28 bytes) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
dwIDFrom |
|||||||||||||||||||||||||||||||
|
dwIDTo |
|||||||||||||||||||||||||||||||
|
voiceData (variable) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
DPSP_MSG_HEADER (28 bytes): Message header for this packet. The Command Value member of this field MUST be set to 54 (0x36).
dwIDFrom (4 bytes): The player ID of the source for the voice data.
dwIDTo (4 bytes): The player ID of the destination for the voice data.
voiceData (variable): Variable-sized voice data payload to be delivered to the voice layer. See [MC-DPLVP].