Delegate Engine.SupportedVoice

    Definition

    Namespace:
    Tizen.Uix.TtsEngine
    Assembly:
    Tizen.Uix.TtsEngine.dll

    Called when the TTS engine informs the engine service user about whole supported language and voice type list. This callback function is implemented by the engine service user, therefore, the engine developer does NOT have to implement this callback function.

    public delegate bool Engine.SupportedVoice(string language, VoiceType type, IntPtr userData)
    Remarks

    This callback function is called by ForEachSupportedVoices() to inform the whole supported voice list. userData must be transferred from ForEachSupportedVoices().

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX