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

switch_rtp_set_default_payload() public static method

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