vx_req_aux_set_idle_timeout
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
Module: Audio Devices
#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
struct vx_req_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.
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable seconds
int seconds;
The number of contiguous seconds without keyboard or mouse activity that must occur for the idle state to change to "1" (idle).