FreeSWITCH.Native.freeswitch.switch_core_mime_ext2type C# (CSharp) 메소드

switch_core_mime_ext2type() 공개 정적인 메소드

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