FreeSWITCH.Native.freeswitch.switch_rtp_set_start_port C# (CSharp) 메소드

switch_rtp_set_start_port() 공개 정적인 메소드

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