IMSVidPlayback::Stop
Microsoft DirectShow 9.0 |
IMSVidPlayback::Stop
This topic applies to Windows XP or later.
The Stop method stops the playback device.
Applications should call the IMSVidCtl::Stop method, rather than this method.
Syntax
HRESULT Stop();
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