Class vx_tts_voice_t
Inheritance
vx_tts_voice_t
Assembly: VivoxUnity.dll
Syntax
public class vx_tts_voice_t : IDisposable
Constructors
vx_tts_voice_t()
Declaration
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
name
Declaration
public string name { get; set; }
Property Value
voice_id
Declaration
public uint voice_id { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_tts_voice_t()
Declaration
protected ~vx_tts_voice_t()
Implements