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

switch_rtp_write_manual() public static method

public static switch_rtp_write_manual ( SWIGTYPE_p_switch_rtp rtp_session, SWIGTYPE_p_void data, uint datalen, byte m, byte payload, uint ts, SWIGTYPE_p_unsigned_long flags ) : int
rtp_session SWIGTYPE_p_switch_rtp
data SWIGTYPE_p_void
datalen uint
m byte
payload byte
ts uint
flags SWIGTYPE_p_unsigned_long
return int
        public static int switch_rtp_write_manual(SWIGTYPE_p_switch_rtp rtp_session, SWIGTYPE_p_void data, uint datalen, byte m, byte payload, uint ts, SWIGTYPE_p_unsigned_long flags)
        {
            int ret = freeswitchPINVOKE.switch_rtp_write_manual(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), SWIGTYPE_p_void.getCPtr(data), datalen, m, payload, ts, SWIGTYPE_p_unsigned_long.getCPtr(flags));
            return ret;
        }
freeswitch