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

switch_rtp_write_frame() public static method

public static switch_rtp_write_frame ( SWIGTYPE_p_switch_rtp rtp_session, switch_frame frame ) : int
rtp_session SWIGTYPE_p_switch_rtp
frame switch_frame
return int
        public static int switch_rtp_write_frame(SWIGTYPE_p_switch_rtp rtp_session, switch_frame frame)
        {
            int ret = freeswitchPINVOKE.switch_rtp_write_frame(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), switch_frame.getCPtr(frame));
            return ret;
        }
freeswitch