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

switch_core_speech_flush_tts() public static method

public static switch_core_speech_flush_tts ( switch_speech_handle sh ) : void
sh switch_speech_handle
return void
        public static void switch_core_speech_flush_tts(switch_speech_handle sh)
        {
            freeswitchPINVOKE.switch_core_speech_flush_tts(switch_speech_handle.getCPtr(sh));
        }
freeswitch