FreeSWITCH.Native.freeswitch.switch_rtp_set_start_port C# (CSharp) Méthode

switch_rtp_set_start_port() public static méthode

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