Microsoft DirectX 9.0 |
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.
See Also