Share via


IMSVidPlayback::Pause method (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The Pause method pauses the playback device.

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

Syntax

HRESULT Pause();

Return value

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

Return code 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

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidPlayback Interface