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

switch_rtp_set_end_port() public static method

public static switch_rtp_set_end_port ( ushort port ) : ushort
port ushort
return ushort
        public static ushort switch_rtp_set_end_port(ushort port)
        {
            ushort ret = freeswitchPINVOKE.switch_rtp_set_end_port(port);
            return ret;
        }
freeswitch