FreeSWITCH.Native.switch_speech_handle.switch_speech_handle C# (CSharp) Method

switch_speech_handle() private method

private switch_speech_handle ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal switch_speech_handle(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

switch_speech_handle::switch_speech_handle ( ) : System