vx_req_sessiongroup_set_focus
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Set the audio focus of a session when there are multiple sessions in a session group. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | session_handle The handle returned from a successful vx_req_sessiongroup_add_session request. |
| VX_HANDLE | sessiongroup_handle |
Detailed Description
Set the audio focus of a session when there are multiple sessions in a session group. See: vx_resp_sessiongroup_set_focus The effect of this request is to bring the specific session within the group to the foreground. The audible volume is relatively raised with respect to the channels that are not in focus. To set all of the sessions to be equal (for example, to have no specific focus), make an Unset Focus request.struct vx_req_sessiongroup_set_focus;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable session_handle
The handle returned from a successful vx_req_sessiongroup_add_session request.VX_HANDLE session_handle;
variable sessiongroup_handle
Deprecated: This field is ignored. The handle returned from a successful vx_req_sessiongroup_create request.VX_HANDLE sessiongroup_handle;