Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[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 |
|---|---|
|
Not implemented. |
|
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows�XP [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | segment.h (include Msvidctl.h) |