IMSVidPlayback::Run

 
Microsoft DirectShow 9.0

IMSVidPlayback::Run

This topic applies to Windows XP or later.

The Run method runs the playback device.

Applications should call the IMSVidCtl::Run method, rather than this method.

Syntax

  HRESULT Run();

Parameters

This method takes no parameters.

Return Values

The method returns an HRESULT. Possible values include the following.

Value Description
E_NOTIMPL Not implemented.
S_OK The method succeeded.

Remarks

This method allows for direct control of the source. However, if the underlying source filter is controlled using the standard DirectShow IMediaControl interface, this method returns E_NOTIMPL.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also