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

switch_core_time_duration() private method

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

Same methods

switch_core_time_duration::switch_core_time_duration ( ) : System