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_t | base The common properties for all responses. |
| int | state_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
The response for vx_req_aux_diagnostic_state_dump. See: vx_req_aux_diagnostic_state_dumpstruct vx_resp_aux_diagnostic_state_dump;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable state_connector_count
The number of connector objects in the state dump.int state_connector_count;
variable state_connectors
A collection of connector objects in the state dump.vx_state_connector_t ** state_connectors;
variable current_render_device
The render device currently in use by the Vivox SDK.vx_device_t * current_render_device;
variable effective_render_device
The effective render device.vx_device_t * effective_render_device;
variable current_capture_device
The current capture device.vx_device_t * current_capture_device;
variable effective_capture_device
The effective capture device.vx_device_t * effective_capture_device;