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

switch_codec_settings() private method

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

Same methods

switch_codec_settings::switch_codec_settings ( ) : System