IAMWstDecoder::SetAnswerMode
Microsoft DirectShow 9.0 |
IAMWstDecoder::SetAnswerMode
Downstream filters use the SetAnswerMode method to assign the current answer mode.
Syntax
HRESULT SetAnswerMode( BOOL bAnswer );
Parameters
bAnswer
[in] Specifies a BOOL to assign the current answer mode.
Value | Description |
TRUE | Hidden text exposed. |
FALSE | Hidden text not exposed. |
Return Values
When the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header: Include Iwstdec.h.
Library: Use Strmiids.lib.
See Also