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

switch_codec_implementation() private method

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

Same methods

switch_codec_implementation::switch_codec_implementation ( ) : System