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

switch_stream_handle() private method

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

Same methods

switch_stream_handle::switch_stream_handle ( ) : System