IBitstreamProcessor::Init
This method initializes the media renderer.
HRESULT Init();
Parameters
None.
Return Values
The following table shows a list of possible return values.
| Return value | Description |
|---|---|
| S_OK | The request completed successfully. |
| E_FAIL | This method was unsuccessful. |
| E_UNEXPECTED | The media renderer has already been initialized. |
Remarks
This method is to be the first call on a fresh instance of the renderer. It can be used for hardware initialization, checking, and microcode loading.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.
See Also
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.