Microsoft DirectX 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
};

Elements

AM_PIN_FLOW_CONTROL_BLOCK

Block the data flow.

AM_PIN_PUSH_THROUGH_DATA

Push the data through the filter graph.

See Also