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

switch_rtp_set_ssrc() public static method

public static switch_rtp_set_ssrc ( SWIGTYPE_p_switch_rtp rtp_session, uint ssrc ) : switch_status_t
rtp_session SWIGTYPE_p_switch_rtp
ssrc uint
return switch_status_t
        public static switch_status_t switch_rtp_set_ssrc(SWIGTYPE_p_switch_rtp rtp_session, uint ssrc)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_set_ssrc(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), ssrc);
            return ret;
        }
freeswitch