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

switch_core_codec_next_id() public static method

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