MFSequencerTopologyFlags enumeration (mfidl.h)

Contains flags for adding a topology to the sequencer source, or updating a topology already in the queue.

Syntax

typedef enum _MFSequencerTopologyFlags {
  SequencerTopologyFlags_Last = 0x1
} MFSequencerTopologyFlags;

Constants

 
SequencerTopologyFlags_Last
Value: 0x1
This topology is the last topology in the sequence.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header mfidl.h

See also

IMFSequencerSource::AppendTopology

IMFSequencerSource::UpdateTopologyFlags

Media Foundation Enumerations