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

switch_rtp_zerocopy_read_frame() public static method

public static switch_rtp_zerocopy_read_frame ( SWIGTYPE_p_switch_rtp rtp_session, switch_frame frame, uint io_flags ) : switch_status_t
rtp_session SWIGTYPE_p_switch_rtp
frame switch_frame
io_flags uint
return switch_status_t
        public static switch_status_t switch_rtp_zerocopy_read_frame(SWIGTYPE_p_switch_rtp rtp_session, switch_frame frame, uint io_flags)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_zerocopy_read_frame(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), switch_frame.getCPtr(frame), io_flags);
            return ret;
        }
freeswitch