Share via


CTransformFilter::StartStreaming

 
Microsoft DirectShow 9.0

CTransformFilter::StartStreaming

The StartStreaming method is called when the filter switches to the paused state.

Syntax

  virtual HRESULT StartStreaming(void);

Return Value

Returns S_OK.

Remarks

This method does nothing in the base class, but the derived class can override it.

Requirements

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

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

See Also