文档

支持

Vivox Core SDK

Vivox Core SDK

vx_device

Reference the Vivox Core SDK API.
阅读时间1 分钟最后更新于 12 天前

#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_tdevice_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.

vx_device • Vivox Core SDK • Unity Docs