vx_req_aux_set_idle_timeout
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated a day ago
Module: Audio Devices More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| int | seconds The number of contiguous seconds without keyboard or mouse activity that must occur for the idle state to change to "1" (idle). |
Detailed Description
See: vx_resp_aux_set_idle_timeout Note: Mouse movement events do not trigger the exit from idle condition. Attention: This is not supported on the iPhone platform.struct vx_req_aux_set_idle_timeout;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable seconds
The number of contiguous seconds without keyboard or mouse activity that must occur for the idle state to change to "1" (idle).int seconds;