MF_TOPONODE_FLUSH_MODE enumeration
Defines when a transform in a topology is flushed.
Syntax
typedef enum _MF_TOPONODE_FLUSH_MODE { MF_TOPONODE_FLUSH_ALWAYS, MF_TOPONODE_FLUSH_SEEK, MF_TOPONODE_FLUSH_NEVER } MF_TOPONODE_FLUSH_MODE;
Constants
- MF_TOPONODE_FLUSH_ALWAYS
-
The transform is flushed whenever the stream changes, including seeks and new segments.
- MF_TOPONODE_FLUSH_SEEK
-
The transform is flushed when seeking is performed on the stream.
- MF_TOPONODE_FLUSH_NEVER
-
The transform is never flushed during streaming. It is flushed only when the object is released.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: