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

switch_rtcp_zerocopy_read_frame() public static method

public static switch_rtcp_zerocopy_read_frame ( SWIGTYPE_p_switch_rtp rtp_session, SWIGTYPE_p_switch_rtcp_frame frame ) : switch_status_t
rtp_session SWIGTYPE_p_switch_rtp
frame SWIGTYPE_p_switch_rtcp_frame
return switch_status_t
        public static switch_status_t switch_rtcp_zerocopy_read_frame(SWIGTYPE_p_switch_rtp rtp_session, SWIGTYPE_p_switch_rtcp_frame frame)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtcp_zerocopy_read_frame(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), SWIGTYPE_p_switch_rtcp_frame.getCPtr(frame));
            return ret;
        }
freeswitch