IBitstreamProcessor::Init (Windows CE 5.0)

Send Feedback

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

IBitstreamProcessor:IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.