[PATCH v4 0/9] MR217: windows.media.speech: ISpeechSynthesisStream stub implementation.

Rémi Bernon (@rbernon) wine at gitlab.winehq.org
Mon Jun 13 14:23:38 CDT 2022


Rémi Bernon (@rbernon) commented about include/windows.media.speechsynthesis.idl:
> +    {
> +        [propget] HRESULT Options([out, retval] SpeechSynthesizerOptions **value);
> +    }
> +
> +    [
> +        contract(Windows.Foundation.UniversalApiContract, 1.0),
> +        exclusiveto(Windows.Media.SpeechSynthesis.VoiceInformation),
> +        uuid(b127d6a4-1291-4604-aa9c-83134083352c)
> +    ]
> +    interface IVoiceInformation : IInspectable
> +    {
> +        [propget] HRESULT DisplayName([out, retval] HSTRING* value);
> +        [propget] HRESULT Id([out, retval] HSTRING* value);
> +        [propget] HRESULT Language([out, retval] HSTRING* value);
> +        [propget] HRESULT Description([out, retval] HSTRING* value);
> +        [propget] HRESULT Gender([out, retval] VoiceGender* value);
Ditto for the pointer stars.

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/217#note_1973



More information about the wine-devel mailing list