Microsoft DirectX 8.0 |
Specifies how to remove a filter from the filter graph.
Syntax
enum _REM_FILTER_FLAGS { REMFILTERF_LEAVECONNECTED = 0x00000001 };
Elements
- REMFILTERF_LEAVECONNECTED
- Leave the filter connected. By default, filters are disconnected when removed from the graph.
See Also