IAnalogAudioComponentType::put_AnalogAudioMode
Microsoft DirectShow 9.0 |
IAnalogAudioComponentType::put_AnalogAudioMode
The put_AnalogAudioMode method specifies the analog audio mode.
Syntax
HRESULT put_AnalogAudioMode( TVAudioMode Mode );
Parameters
Mode
[in] Specifies the analog audio mode. This parameter is a variable of type TVAudioMode.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved by using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also