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

switch_core_codec_copy() public static method

public static switch_core_codec_copy ( switch_codec codec, switch_codec new_codec, SWIGTYPE_p_apr_pool_t pool ) : switch_status_t
codec switch_codec
new_codec switch_codec
pool SWIGTYPE_p_apr_pool_t
return switch_status_t
        public static switch_status_t switch_core_codec_copy(switch_codec codec, switch_codec new_codec, SWIGTYPE_p_apr_pool_t pool)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_codec_copy(switch_codec.getCPtr(codec), switch_codec.getCPtr(new_codec), SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch