IDVDRenderer::SetAudioStreamType
This method sets the audio decoder for a selected audio stream type.
HRESULT SetAudioStreamType(
EDVDAudioStreamType dwSelectedDecoder
);
Parameters
- dwSelectedDecoder
[in] One of the enumerated values.
Return Values
The following table shows a list of possible return values.
| Return value | Description |
|---|---|
| S_OK | The request completed successfully. |
| E_FAIL | There is no capability to decode this audio type. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.
See Also
EDVDAudioStreamType | IDVDRenderer:IUnknown
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.