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

switch_rtp_set_start_port() public static method

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