IAnalogAudioComponentType::get_AnalogAudioMode
Microsoft DirectShow 9.0 |
IAnalogAudioComponentType::get_AnalogAudioMode
The get_AnalogAudioMode method retrieves the analog audio mode.
Syntax
HRESULT get_AnalogAudioMode( TVAudioMode* Mode );
Parameters
Mode
[out] Pointer to a TVAudioMode variable that receives the analog audio mode.
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