IMSVidCtl::get_AudioRenderersAvailable method (msvidctl.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The get_AudioRenderersAvailable method retrieves the available audio renderers.
Syntax
HRESULT get_AudioRenderersAvailable(
[out] IMSVidAudioRendererDevices **pVal
);
Parameters
[out] pVal
Receives an IMSVidAudioRendererDevices interface pointer. The caller must release the interface.
Return value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method returns a read-only collection of input devices. Use the returned IMSVidAudioRendererDevices pointer to enumerate the collection.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msvidctl.h |