vx_device
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
#include <Vxc.h>Public Attributes
Name | |
|---|---|
| char * | device The identifier that is used to pass to vx_req_set_render_device or vx_req_set_capture_device. |
| char * | display_name The display name to present to the user. |
| vx_device_type_t | device_type The type of device. |
Public Attributes Documentation
variable device
char * device;
The identifier that is used to pass to vx_req_set_render_device or vx_req_set_capture_device.
variable display_name
char * display_name;
The display name to present to the user.
variable device_type
vx_device_type_t device_type;
The type of device.