CDynamicOutputPin::StreamingThreadUsingOutputPin
Microsoft DirectShow 9.0 |
CDynamicOutputPin::StreamingThreadUsingOutputPin
The StreamingThreadUsingOutputPin method determines whether any thread is performing a streaming operation on the pin.
Syntax
virtual bool StreamingThreadUsingOutputPin(void);
Return Value
Returns TRUE if a thread is performing a streaming operation on the pin. Otherwise, returns FALSE.
Remarks
If any threads have successfully returned from the CDynamicOutputPin::StartUsingOutputPin method and have not made a corresponding call to the CDynamicOutputPin::StopUsingOutputPin method, this method returns TRUE.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also