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

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

public static switch_rtp_test_flag ( SWIGTYPE_p_switch_rtp rtp_session, uint flags ) : uint
rtp_session SWIGTYPE_p_switch_rtp
flags uint
Результат 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