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

switch_core_mime_index() public static method

public static switch_core_mime_index ( ) : SWIGTYPE_p_HashElem
return SWIGTYPE_p_HashElem
        public static SWIGTYPE_p_HashElem switch_core_mime_index()
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_core_mime_index();
            SWIGTYPE_p_HashElem ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_HashElem(cPtr, false);
            return ret;
        }
freeswitch