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 at what times a transform in a topology is drained.
Syntax
typedef enum _MF_TOPONODE_DRAIN_MODE {
MF_TOPONODE_DRAIN_DEFAULT = 0,
MF_TOPONODE_DRAIN_ALWAYS,
MF_TOPONODE_DRAIN_NEVER
} MF_TOPONODE_DRAIN_MODE;
Constants
MF_TOPONODE_DRAIN_DEFAULTValue: 0 The transform is drained when the end of a stream is reached. It is not drained when markout is reached at the end of a segment. |
MF_TOPONODE_DRAIN_ALWAYSThe transform is drained whenever a topology ends. |
MF_TOPONODE_DRAIN_NEVERThe transform is never drained. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | mfidl.h |