Share via


CSourceStream::Run

 
Microsoft DirectShow 9.0

CSourceStream::Run

The Run method signals the streaming thread to run.

Syntax

  HRESULT Run(void);

Return Value

Returns S_OK or E_UNEXPECTED.

Remarks

In the base class, this method has the same effect as the CSourceStream::Pause request, and is not used.

Requirements

**  Header:** Declared in Source.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also