Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_aux_diagnostic_state_dump

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

The response for vx_req_aux_diagnostic_state_dump. More...
#include <VxcResponses.h>

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
intstate_connector_count
The number of connector objects in the state dump.
vx_state_connector_t **state_connectors
A collection of connector objects in the state dump.
vx_device_t *current_render_device
The render device currently in use by the Vivox SDK.
vx_device_t *effective_render_device
The effective render device.
vx_device_t *current_capture_device
The current capture device.
vx_device_t *effective_capture_device
The effective capture device.

Detailed Description

struct vx_resp_aux_diagnostic_state_dump;
The response for vx_req_aux_diagnostic_state_dump. See: vx_req_aux_diagnostic_state_dump

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable state_connector_count

int state_connector_count;
The number of connector objects in the state dump.

variable state_connectors

vx_state_connector_t ** state_connectors;
A collection of connector objects in the state dump.

variable current_render_device

vx_device_t * current_render_device;
The render device currently in use by the Vivox SDK.

variable effective_render_device

vx_device_t * effective_render_device;
The effective render device.

variable current_capture_device

vx_device_t * current_capture_device;
The current capture device.

variable effective_capture_device

vx_device_t * effective_capture_device;
The effective capture device.