vx_device
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours 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
The identifier that is used to pass to vx_req_set_render_device or vx_req_set_capture_device.char * device;
variable display_name
The display name to present to the user.char * display_name;
variable device_type
The type of device.vx_device_type_t device_type;