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

switch_core_session_unset_write_codec() public static method

public static switch_core_session_unset_write_codec ( SWIGTYPE_p_switch_core_session session ) : void
session SWIGTYPE_p_switch_core_session
return void
        public static void switch_core_session_unset_write_codec(SWIGTYPE_p_switch_core_session session)
        {
            freeswitchPINVOKE.switch_core_session_unset_write_codec(SWIGTYPE_p_switch_core_session.getCPtr(session));
        }
freeswitch