Bagikan melalui


CPullPin::Inactive

 
Microsoft DirectShow 9.0

CPullPin::Inactive

The Inactive method shuts down the worker thread that pulls data from the output pin. This method also decommits the allocator.

Syntax

  HRESULT Inactive(void);

Parameters

This method takes no parameters.

Return Values

Returns S_OK.

Remarks

Call this method when the owning filter becomes inactive. (If your input pin derives from CBasePin, override the CBasePin::Inactive method.)

Requirements

**  Header:** Include Pullpin.h and Streams.h.

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

See Also