NET_SDK_SetVoiceComClientVolume¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Set the volume of the voice intercom client.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lVoiceComHandlein | POINTERHANDLE | Voice intercom handle, the return value of NET_SDK_StartVoiceCom or NET_SDK_StartVoiceCom_MR. |
| wVolumein | WORD | Volume value, range: [0, 0xffff]. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None