The uses of DirectPlay: 1. Complete all the complex work related to user connections, keep those background network address translation devices consistent, and manage sessions; 2. It allows you to create, find, and connect to multiplayer games; 3. It allows you to send verified or unverified information to other players, and also provides the function of transmitting voice in the game.
Microsoft DirectPlay API provides developers with tools to develop such as multiplayer games or chat programs. It is one of the components of Microsoft DirectX.
DirectPlay
does all the complex work associated with user connections, keeping those background Network Address Translation (NAT) devices consistent, and managing sessions. It allows you to create, find, and connect multiplayer games.
Once connected, DirectPlay allows you to send verified or unverified messages to other players. This is the most basic framework as a network application, and also provides the function of transmitting voice in the game.
New content in 9.0, DirectPlay provides support for Microsoft Windows Powered Pocket PC 2002 and can communicate with DirectPlay8.0 programs.
DirectPlay provides an extra layer that separates your game from the underlying network. Moreover, your game can easily use the DirectPlay API and use DirectPlay to manage network communications.
For more related knowledge, please visit: PHP Chinese website!
The above is the detailed content of What is the use of directplay?. For more information, please follow other related articles on the PHP Chinese website!