FreeSWITCH.Native.freeswitch.switch_rtp_get_private C# (CSharp) Method

switch_rtp_get_private() public static method

public static switch_rtp_get_private ( SWIGTYPE_p_switch_rtp rtp_session ) : SWIGTYPE_p_void
rtp_session SWIGTYPE_p_switch_rtp
return SWIGTYPE_p_void
        public static SWIGTYPE_p_void switch_rtp_get_private(SWIGTYPE_p_switch_rtp rtp_session)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_rtp_get_private(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session));
            SWIGTYPE_p_void ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false);
            return ret;
        }
freeswitch