FreeSWITCH.Native.freeswitch.switch_rtp_set_telephony_event C# (CSharp) 메소드

switch_rtp_set_telephony_event() 공개 정적인 메소드

public static switch_rtp_set_telephony_event ( SWIGTYPE_p_switch_rtp rtp_session, byte te ) : void
rtp_session SWIGTYPE_p_switch_rtp
te byte
리턴 void
        public static void switch_rtp_set_telephony_event(SWIGTYPE_p_switch_rtp rtp_session, byte te)
        {
            freeswitchPINVOKE.switch_rtp_set_telephony_event(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), te);
        }
freeswitch