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

getCPtr() static private method

static private getCPtr ( switch_codec_interface obj ) : HandleRef
obj switch_codec_interface
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(switch_codec_interface obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }