Microsoft DirectX 8.1 (Visual Basic) |
Specifies which players or groups receive audio transmissions from the local client.
SetTransmitTargets(playerIDs() As Long, lFlags As Long)
If the method fails, Err.Number can be set to one of the following values.
DVERR_INVALIDPARAM |
DVERR_INVALIDFLAGS |
DVERR_INVALIDPOINTER |
DVERR_NOTINITIALIZED |
DVERR_INVALIDTARGET |
If the session was created with the DVSESSION_SERVERCONTROLTARGET flag, only the server can set the target for this local client. A call to this method returns DVERR_NOTALLOWED.