MFSESSION_GETFULLTOPOLOGY_FLAGS enumeration (mfidl.h)

Defines flags for the IMFMediaSession::GetFullTopology method.

Syntax

typedef enum MFSESSION_GETFULLTOPOLOGY_FLAGS {
  MFSESSION_GETFULLTOPOLOGY_CURRENT = 0x1
} ;

Constants

 
MFSESSION_GETFULLTOPOLOGY_CURRENT
Value: 0x1
Get the full topology for the presentation that the Media Session is currently playing.

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

Media Foundation Enumerations

Media Session