Share via


IMSVidPlayback::Run 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 Run method runs the playback device.

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

Syntax

HRESULT Run();

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