IWMEncDataViewVB::StartView

Windows Media Encoder SDK banner art

The StartView method starts displaying a specific media stream.

Syntax

HRESULT StartView(
  long  lStreamCookie
);

Parameters

lStreamCookie

[in]  long containing the stream ID.

Return Values

If the method succeeds, it returns S_OK. If it fails, it supports the IErrorInfo interface and returns an HRESULT error code.

Remarks

This method is the Automation-compliant version of the IWMEncDataView::Start method.

Requirements

Header: wmencvu.h

Library: wmprevu.dll

See Also