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

switch_rtp_create() public static method

public static switch_rtp_create ( SWIGTYPE_p_p_switch_rtp new_rtp_session, byte payload, uint samples_per_interval, uint ms_per_packet, uint flags, string timer_name, string &err, SWIGTYPE_p_apr_pool_t pool ) : switch_status_t
new_rtp_session SWIGTYPE_p_p_switch_rtp
payload byte
samples_per_interval uint
ms_per_packet uint
flags uint
timer_name string
err string
pool SWIGTYPE_p_apr_pool_t
return switch_status_t
        public static switch_status_t switch_rtp_create(SWIGTYPE_p_p_switch_rtp new_rtp_session, byte payload, uint samples_per_interval, uint ms_per_packet, uint flags, string timer_name, ref string err, SWIGTYPE_p_apr_pool_t pool)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_create(SWIGTYPE_p_p_switch_rtp.getCPtr(new_rtp_session), payload, samples_per_interval, ms_per_packet, flags, timer_name, ref err, SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch