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

switch_rtp_test_flag() public static method

public static switch_rtp_test_flag ( SWIGTYPE_p_switch_rtp rtp_session, uint flags ) : uint
rtp_session SWIGTYPE_p_switch_rtp
flags uint
return uint
        public static uint switch_rtp_test_flag(SWIGTYPE_p_switch_rtp rtp_session, uint flags)
        {
            uint ret = freeswitchPINVOKE.switch_rtp_test_flag(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), flags);
            return ret;
        }
freeswitch