IAMTVAudio::GetHardwareSupportedTVAudioModes method (strmif.h)
The GetHardwareSupportedTVAudioModes
method retrieves a bitmask of the formats available in the hardware.
Syntax
HRESULT GetHardwareSupportedTVAudioModes(
[out] long *plModes
);
Parameters
[out] plModes
Pointer to a TVAudioMode enumeration value that identifies the audio mode.
Return value
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 |
---|---|
|
Failure. |
|
NULL pointer argument. |
|
Invalid argument. |
|
Method isn't supported. |
|
Success. |
Requirements
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | strmif.h (include Dshow.h) |
Library | Strmiids.lib |