Share via


IBitstreamProcessor::Init (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

IBitstreamProcessor