Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
The common properties for all requests.
VX_HANDLEsession_handle
The handle returned from a successful vx_req_sessiongroup_add_session request.
VX_HANDLEsessiongroup_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. 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.

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.