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

switch_rtp_flush() public static method

public static switch_rtp_flush ( SWIGTYPE_p_switch_rtp rtp_session ) : void
rtp_session SWIGTYPE_p_switch_rtp
return void
        public static void switch_rtp_flush(SWIGTYPE_p_switch_rtp rtp_session)
        {
            freeswitchPINVOKE.switch_rtp_flush(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session));
        }
freeswitch