Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpVoice::GetOutputObjectToken
ISpVoice::GetOutputObjectToken retrieves the object token for the current audio output object.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetOutputObjectToken(</strong><a runat="server" href="jj127672(v=msdn.10).md"><strong>ISpObjectToken</strong></a> **<em>ppObjectToken</em> <strong>);</strong> </pre>
Parameters
- ppObjectToken
[out] Address of an ISpObjectToken pointer that receives the audio output object token. If the current output is set to an ISpStream object, GetOutputObjectToken will return S_FALSE and ppObjectToken will be NULL.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | ppObjectToken is invalid. |
S_FALSE | The current output stream does not have an object token |