Example #1
0
    public vx_tts_voice_t Get(int i)
    {
        global::System.IntPtr cPtr = VivoxCoreInstancePINVOKE.vx_tts_voice_list_t_Get(swigCPtr, i);
        vx_tts_voice_t        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new vx_tts_voice_t(cPtr, false);

        return(ret);
    }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(vx_tts_voice_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
 internal TTSVoice(vx_tts_voice_t voice)
 {
     Name = voice.name;
     Key  = voice.voice_id;
 }