_AM_PIN_FLOW_CONTROL_BLOCK_FLAGS enumeration (strmif.h)

Defines flags that specify how to block data flow from an output pin.

Syntax

typedef enum _AM_PIN_FLOW_CONTROL_BLOCK_FLAGS {
  AM_PIN_FLOW_CONTROL_BLOCK = 0x1
} ;

Constants

 
AM_PIN_FLOW_CONTROL_BLOCK
Value: 0x1
Block the data flow.

Requirements

   
Header strmif.h (include Dshow.h)

See also

DirectShow Enumerated Types

IPinFlowControl::Block