IDVDNavigationManger::UseRenderer (Windows CE 5.0)
This method allows you to select the DVD-Video renderer that your application will use. It is useful for systems that have more than one DVD-Video renderer, such as development systems with a reference renderer or systems with multiple displays.
You do not need to call this method if your system only has one DVD-Video renderer.
HRESULT UseRenderer(WCHAR* pszRendererName);
Parameters
- pszRendererName
[in] A pointer to the name of a DVD-Video renderer on your system
Return Values
If the function succeeds, the return value is S_OK.
Remarks
If you choose to use IDVDNavigationManager::UseRenderer, you should call it before calling IDVDNavigationManager::SetVolume.
Subsequent calls to IDVDNavigationManager::SetVolume initialize the system to use this renderer.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdnav.h, Dvdnav.idl.
Link Library: Ddvdids.lib.
See Also
Send Feedback on this topic to the authors