IBitstreamProcessor::Init
Other versions of this page are also available for the following:
8/28/2008
This method initializes the media renderer.
Syntax
HRESULT Init();
Parameters
None.
Return Value
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
Header | dvddrvr.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |