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

set_auto_priority() 공개 정적인 메소드

public static set_auto_priority ( ) : int
리턴 int
        public static int set_auto_priority()
        {
            int ret = freeswitchPINVOKE.set_auto_priority();
            return ret;
        }
freeswitch