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

switch_channel_alloc() public static method

public static switch_channel_alloc ( SWIGTYPE_p_p_switch_channel channel, switch_call_direction_t direction, SWIGTYPE_p_apr_pool_t pool ) : switch_status_t
channel SWIGTYPE_p_p_switch_channel
direction switch_call_direction_t
pool SWIGTYPE_p_apr_pool_t
return switch_status_t
        public static switch_status_t switch_channel_alloc(SWIGTYPE_p_p_switch_channel channel, switch_call_direction_t direction, SWIGTYPE_p_apr_pool_t pool)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_alloc(SWIGTYPE_p_p_switch_channel.getCPtr(channel), (int)direction, SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch