CTransformInputPin::CheckStreaming
Microsoft DirectShow 9.0 |
CTransformInputPin::CheckStreaming
The CheckStreaming method determines whether the pin can accept samples.
Syntax
HRESULT CheckStreaming(void);
Return Value
Returns one of the HRESULT values listed in the following table.
Value | Description |
S_OK | Success. |
S_FALSE | Pin is currently flushing. |
VFW_E_NOT_CONNECTED | The output pin is not connected. |
VFW_E_RUNTIME_ERROR | A run-time error occurred. |
VFW_E_WRONG_STATE | The pin is stopped. |
Remarks
This method overrides the CBaseInputPin::CheckStreaming method.
Requirements
** Header:** Declared in Transfrm.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also