IAMTVAudio::get_TVAudioMode
Microsoft DirectShow 9.0 |
IAMTVAudio::get_TVAudioMode
The get_TVAudioMode method retrieves the current TV audio mode.
Syntax
HRESULT get_TVAudioMode( long *plModes );
Parameters
plModes
[out] Pointer to a TVAudioMode enumeration type, identifying the audio mode.
Return Values
Returns an HRESULT value that depends on the implementation. HRESULT can be one of the following standard constants, or other values not listed.
Return code | Description |
E_FAIL | Failure. |
E_POINTER | Null pointer argument. |
E_INVALIDARG | Invalid argument. |
E_NOTIMPL | Method isn't supported. |
S_OK or NOERROR | Success. |
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also