Class vx_voice_font_t
Inheritance
vx_voice_font_t
Assembly: VivoxUnity.dll
Syntax
public class vx_voice_font_t : IDisposable
Constructors
vx_voice_font_t()
Declaration
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
description
Declaration
public string description { get; set; }
Property Value
expiration_date
Declaration
public string expiration_date { get; set; }
Property Value
expired
Declaration
public int expired { get; set; }
Property Value
font_delta
Declaration
public string font_delta { get; set; }
Property Value
font_rules
Declaration
public string font_rules { get; set; }
Property Value
id
Declaration
public int id { get; set; }
Property Value
name
Declaration
public string name { get; set; }
Property Value
parent_id
Declaration
public int parent_id { get; set; }
Property Value
status
Declaration
public vx_font_status status { get; set; }
Property Value
type
Declaration
public vx_font_type type { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_voice_font_t()
Declaration
protected ~vx_voice_font_t()
Implements