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

switch_rtp_init() public static method

public static switch_rtp_init ( SWIGTYPE_p_apr_pool_t pool ) : void
pool SWIGTYPE_p_apr_pool_t
return void
        public static void switch_rtp_init(SWIGTYPE_p_apr_pool_t pool)
        {
            freeswitchPINVOKE.switch_rtp_init(SWIGTYPE_p_apr_pool_t.getCPtr(pool));
        }
freeswitch