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

switch_core_mime_ext2type() public static method

public static switch_core_mime_ext2type ( string ext ) : string
ext string
return string
        public static string switch_core_mime_ext2type(string ext)
        {
            string ret = freeswitchPINVOKE.switch_core_mime_ext2type(ext);
            return ret;
        }
freeswitch