Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpVoice::GetOutputStream
ISpVoice::GetOutputStream retrieves a pointer to the current output stream.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetOutputStream(</strong><a runat="server" href="jj127807(v=msdn.10).md"><strong>ISpStreamFormat</strong></a> **<em>ppStream</em> <strong>);</strong> </pre>
Parameters
- ppStream
[out] Address of a pointer to an ISpStreamFormat object that receives the output stream.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | ppstream is invalid. |