Share via


IMSVidPlayback::Pause

 
Microsoft DirectShow 9.0

IMSVidPlayback::Pause

This topic applies to Windows XP or later.

The Pause method pauses the playback device.

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

Syntax

  HRESULT Pause();

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