vx_voice_font
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated a day ago
Voice font struct.
#include <Vxc.h>Public Attributes
Name | |
|---|---|
| int | id |
| int | parent_id |
| vx_font_type | type |
| char * | name |
| char * | description |
| char * | expiration_date |
| int | expired |
| char * | font_delta |
| char * | font_rules |
| vx_font_status | status |
Public Attributes Documentation
variable id
int id;
variable parent_id
int parent_id;
variable type
vx_font_type type;
variable name
char * name;
variable description
char * description;
variable expiration_date
char * expiration_date;
variable expired
int expired;
variable font_delta
char * font_delta;
variable font_rules
char * font_rules;
variable status
vx_font_status status;