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

switch_core_session_unlock_codec_write() public static method

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