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 | 
Dynamic Reconnection Flags
The following flags specify the level of dynamic reconnection to use during rendering.
| Constant | Value | Description | 
| CONNECTF_DYNAMIC_NONE | 0x00 | No dynamic reconnection. Load everything before rendering the project. | 
| CONNECTF_DYNAMIC_SOURCES | 0x01 | Load sources only as needed. | 
| CONNECTF_DYNAMIC_EFFECTS | 0x02 | Reserved. Do not use. | 
Requirements
Header: Qedit.h.
See Also