FreeSWITCH.Native.freeswitch.switch_core_speech_flush_tts C# (CSharp) Méthode

switch_core_speech_flush_tts() public static méthode

public static switch_core_speech_flush_tts ( switch_speech_handle sh ) : void
sh switch_speech_handle
Résultat 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