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

switch_rtp_set_flag() public static method

public static switch_rtp_set_flag ( SWIGTYPE_p_switch_rtp rtp_session, uint flags ) : void
rtp_session SWIGTYPE_p_switch_rtp
flags uint
return void
        public static void switch_rtp_set_flag(SWIGTYPE_p_switch_rtp rtp_session, uint flags)
        {
            freeswitchPINVOKE.switch_rtp_set_flag(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), flags);
        }
freeswitch