IWMEncDataView::RemoveStream

Windows Media Encoder SDK banner art

The RemoveStream method removes a specific stream from a preview or postview object.

Syntax

HRESULT RemoveStream(
  DWORD  dwStreamCookie
);

Parameters

dwStreamCookie

[in]  DWORD containing the ID of the stream being removed.

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

The RemoveStream method is used internally.

Requirements

Header: wmencvu.h

Library: wmprevu.dll

See Also