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

switch_rtp_set_cng_pt() public static method

public static switch_rtp_set_cng_pt ( SWIGTYPE_p_switch_rtp rtp_session, byte pt ) : void
rtp_session SWIGTYPE_p_switch_rtp
pt byte
return void
        public static void switch_rtp_set_cng_pt(SWIGTYPE_p_switch_rtp rtp_session, byte pt)
        {
            freeswitchPINVOKE.switch_rtp_set_cng_pt(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), pt);
        }
freeswitch