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

switch_loadable_module_get_codecs_sorted() public static method

public static switch_loadable_module_get_codecs_sorted ( SWIGTYPE_p_p_switch_codec_implementation array, int arraylen, string &prefs, int preflen ) : int
array SWIGTYPE_p_p_switch_codec_implementation
arraylen int
prefs string
preflen int
return int
        public static int switch_loadable_module_get_codecs_sorted(SWIGTYPE_p_p_switch_codec_implementation array, int arraylen, ref string prefs, int preflen)
        {
            int ret = freeswitchPINVOKE.switch_loadable_module_get_codecs_sorted(SWIGTYPE_p_p_switch_codec_implementation.getCPtr(array), arraylen, ref prefs, preflen);
            return ret;
        }
freeswitch