IDVDNavigationManger::UseRenderer
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 will 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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.