FreeSWITCH.Native.freeswitch.switch_rtp_flush C# (CSharp) Метод

switch_rtp_flush() публичный статический Метод

public static switch_rtp_flush ( SWIGTYPE_p_switch_rtp rtp_session ) : void
rtp_session SWIGTYPE_p_switch_rtp
Результат 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