vx_req_sessiongroup_set_focus
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months 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
struct vx_req_sessiongroup_set_focus;
Set the audio focus of a session when there are multiple sessions in a session group.
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.
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable session_handle
VX_HANDLE session_handle;
The handle returned from a successful vx_req_sessiongroup_add_session request.
variable sessiongroup_handle
VX_HANDLE sessiongroup_handle;
Deprecated:
This field is ignored. The handle returned from a successful vx_req_sessiongroup_create request.