gvIsSourceTalking
Determines if a particular source is currently talking on the specified device.
- GVBool gvIsSourceTalking(
- GVDevice device,
- GVSource source );
Routine | Required Header | Distribution |
---|---|---|
gvIsSourceTalking | <gv.h> | SDKZIP |
Return Value
Returns GVTrue if the source is talking on the specified device; otherwise, GVFalse.
Parameters
- device
- [in] The handle to the device.
- source
- [in] The source identifier.
Section Reference: Gamespy Voice SDK
See Also: gvListTalkingSources