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

switch_is_file_path() public static méthode

public static switch_is_file_path ( string file ) : switch_bool_t
file string
Résultat switch_bool_t
        public static switch_bool_t switch_is_file_path(string file)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_is_file_path(file);
            return ret;
        }
freeswitch