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

switch_rtp_ready() public static method

public static switch_rtp_ready ( SWIGTYPE_p_switch_rtp rtp_session ) : byte
rtp_session SWIGTYPE_p_switch_rtp
return byte
        public static byte switch_rtp_ready(SWIGTYPE_p_switch_rtp rtp_session)
        {
            byte ret = freeswitchPINVOKE.switch_rtp_ready(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session));
            return ret;
        }
freeswitch