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

rtp_flush_read_buffer() public static method

public static rtp_flush_read_buffer ( SWIGTYPE_p_switch_rtp rtp_session, switch_rtp_flush_t flush ) : void
rtp_session SWIGTYPE_p_switch_rtp
flush switch_rtp_flush_t
return void
        public static void rtp_flush_read_buffer(SWIGTYPE_p_switch_rtp rtp_session, switch_rtp_flush_t flush)
        {
            freeswitchPINVOKE.rtp_flush_read_buffer(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), (int)flush);
        }
freeswitch