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

switch_core_codec_next_id() 공개 정적인 메소드

public static switch_core_codec_next_id ( ) : uint
리턴 uint
        public static uint switch_core_codec_next_id()
        {
            uint ret = freeswitchPINVOKE.switch_core_codec_next_id();
            return ret;
        }
freeswitch