Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
AM_PIN_CONNECTION_BLOCK_FLAGS Enumeration
Defines flags that specify how to block data flow from an output pin.
Syntax
  typedef enum _AM_PIN_CONNECTION_BLOCK_FLAGS {
    AM_PIN_FLOW_CONTROL_BLOCK = 0x00000001,
    AM_PIN_PUSH_THROUGH_DATA = 0x00000002
};
Members
AM_PIN_FLOW_CONTROL_BLOCK
Block the data flow.
AM_PIN_PUSH_THROUGH_DATA
Push the data through the filter graph.
Requirements
Header: Dshow.h
See Also