gvSetGlobalMute

GameSpy SDK

gvSetGlobalMute

Sets the global mute value - defaults to false.

void gvSetGlobalMute(
GVBool mute );
RoutineRequired HeaderDistribution
gvSetGlobalMute<gv.h>SDKZIP

Parameters

mute
[in] Set to GVTrue to globally mute all play packets.

Remarks

When gvSetGlobalMute mute is true, all data passed to gvPlayPacket will not played on the playback device. You will still be able to check the gvIsSourceTalking to know that you are sending you voice packets to play. When gvSetGlobalMute is false, all gvPlayPacket data will be played, if the gvPlayPacket mute is false.

Section Reference: Gamespy Voice SDK

See Also: gvGetGlobalMute, gvPlayPacket