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

Stream() private method

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

Same methods

Stream::Stream ( ) : System
Stream::Stream ( switch_stream_handle arg0 ) : System