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

switch_codec_interface() private method

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

Same methods

switch_codec_interface::switch_codec_interface ( ) : System