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.
Defines when a transform in a topology is flushed.
Syntax
typedef enum _MF_TOPONODE_FLUSH_MODE {
  MF_TOPONODE_FLUSH_ALWAYS = 0,
  MF_TOPONODE_FLUSH_SEEK,
  MF_TOPONODE_FLUSH_NEVER
} MF_TOPONODE_FLUSH_MODE;
Constants
| MF_TOPONODE_FLUSH_ALWAYSValue: 0 The transform is flushed whenever the stream changes, including seeks and new segments. | 
| MF_TOPONODE_FLUSH_SEEKThe transform is flushed when seeking is performed on the stream. | 
| MF_TOPONODE_FLUSH_NEVERThe transform is never flushed during streaming. It is flushed only when the object is released. | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] | 
| Minimum supported server | Windows Server 2008 [desktop apps only] | 
| Header | mfidl.h |