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

switch_codec() private method

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

Same methods

switch_codec::switch_codec ( ) : System