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

switch_loadable_module_get_codecs() public static method

public static switch_loadable_module_get_codecs ( SWIGTYPE_p_p_switch_codec_implementation array, int arraylen ) : int
array SWIGTYPE_p_p_switch_codec_implementation
arraylen int
return int
        public static int switch_loadable_module_get_codecs(SWIGTYPE_p_p_switch_codec_implementation array, int arraylen)
        {
            int ret = freeswitchPINVOKE.switch_loadable_module_get_codecs(SWIGTYPE_p_p_switch_codec_implementation.getCPtr(array), arraylen);
            return ret;
        }
freeswitch