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

switch_core_codec_init_with_bitrate() public static method

public static switch_core_codec_init_with_bitrate ( switch_codec codec, string codec_name, string fmtp, uint rate, int ms, int channels, uint bitrate, uint flags, switch_codec_settings codec_settings, SWIGTYPE_p_apr_pool_t pool ) : switch_status_t
codec switch_codec
codec_name string
fmtp string
rate uint
ms int
channels int
bitrate uint
flags uint
codec_settings switch_codec_settings
pool SWIGTYPE_p_apr_pool_t
return switch_status_t
        public static switch_status_t switch_core_codec_init_with_bitrate(switch_codec codec, string codec_name, string fmtp, uint rate, int ms, int channels, uint bitrate, uint flags, switch_codec_settings codec_settings, SWIGTYPE_p_apr_pool_t pool)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_codec_init_with_bitrate(switch_codec.getCPtr(codec), codec_name, fmtp, rate, ms, channels, bitrate, flags, switch_codec_settings.getCPtr(codec_settings), SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch