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

switch_rtp_get_random() public static method

public static switch_rtp_get_random ( SWIGTYPE_p_void buf, uint len ) : void
buf SWIGTYPE_p_void
len uint
return void
        public static void switch_rtp_get_random(SWIGTYPE_p_void buf, uint len)
        {
            freeswitchPINVOKE.switch_rtp_get_random(SWIGTYPE_p_void.getCPtr(buf), len);
        }
freeswitch