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

switch_rtp_get_default_payload() public static method

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