Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.37 KB

ne-mfidl-mf_toponode_flush_mode.md

File metadata and controls

77 lines (61 loc) · 2.37 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:mfidl._MF_TOPONODE_FLUSH_MODE
MF_TOPONODE_FLUSH_MODE (mfidl.h)
Defines when a transform in a topology is flushed.
MF_TOPONODE_FLUSH_ALWAYS
MF_TOPONODE_FLUSH_MODE
MF_TOPONODE_FLUSH_MODE enumeration [Media Foundation]
MF_TOPONODE_FLUSH_NEVER
MF_TOPONODE_FLUSH_SEEK
e7eec3c1-f4be-4d7f-9d4c-e98a6a05e85a
mf.mf_toponode_flush_mode
mfidl/MF_TOPONODE_FLUSH_ALWAYS
mfidl/MF_TOPONODE_FLUSH_MODE
mfidl/MF_TOPONODE_FLUSH_NEVER
mfidl/MF_TOPONODE_FLUSH_SEEK
mf\mf_toponode_flush_mode.htm
mf
e7eec3c1-f4be-4d7f-9d4c-e98a6a05e85a
12/05/2018
MF_TOPONODE_FLUSH_ALWAYS, MF_TOPONODE_FLUSH_MODE, MF_TOPONODE_FLUSH_MODE enumeration [Media Foundation], MF_TOPONODE_FLUSH_NEVER, MF_TOPONODE_FLUSH_SEEK, e7eec3c1-f4be-4d7f-9d4c-e98a6a05e85a, mf.mf_toponode_flush_mode, mfidl/MF_TOPONODE_FLUSH_ALWAYS, mfidl/MF_TOPONODE_FLUSH_MODE, mfidl/MF_TOPONODE_FLUSH_NEVER, mfidl/MF_TOPONODE_FLUSH_SEEK
mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
MF_TOPONODE_FLUSH_MODE
19H1
_MF_TOPONODE_FLUSH_MODE
mfidl/_MF_TOPONODE_FLUSH_MODE
MF_TOPONODE_FLUSH_MODE
mfidl/MF_TOPONODE_FLUSH_MODE
c++
APIRef
kbSyntax
HeaderDef
mfidl.h
MF_TOPONODE_FLUSH_MODE

MF_TOPONODE_FLUSH_MODE enumeration

-description

Defines when a transform in a topology is flushed.

-enum-fields

-field MF_TOPONODE_FLUSH_ALWAYS:0

The transform is flushed whenever the stream changes, including seeks and new segments.

-field MF_TOPONODE_FLUSH_SEEK

The transform is flushed when seeking is performed on the stream.

-field MF_TOPONODE_FLUSH_NEVER

The transform is never flushed during streaming. It is flushed only when the object is released.

-see-also

MF_TOPONODE_FLUSH

Media Foundation Enumerations