Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpStreamFormatConverter::GetBaseStream
ISpStreamFormatConverter::GetBaseStream gets the base audio stream that is being wrapped.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetBaseStream(</strong><a runat="server" href="jj127807(v=msdn.10).md"><strong>ISpStreamFormat</strong></a> **<em>ppStream</em> <strong>);</strong> </pre>
Parameters
- ppStream
[out] This parameter can be NULL to simply test if there is an associated base stream.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
S_FALSE | No base stream is present. |
E_POINTER | Pointer is bad or invalid. |