IMFTopologyNodeAttributeEditor interface (mfidl.h)

Updates the attributes of one or more nodes in the Media Session's current topology.

The Media Session exposes this interface as a service. To get a pointer to the interface, call IMFGetService::GetService. The service identifier is MF_TOPONODE_ATTRIBUTE_EDITOR_SERVICE.

Inheritance

The IMFTopologyNodeAttributeEditor interface inherits from the IUnknown interface. IMFTopologyNodeAttributeEditor also has these types of members:

Methods

The IMFTopologyNodeAttributeEditor interface has these methods.

 
IMFTopologyNodeAttributeEditor::UpdateNodeAttributes

Updates the attributes of one or more nodes in the current topology.

Remarks

Currently the only attribute that can be updated is the MF_TOPONODE_MEDIASTOP attribute.

Requirements

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

See also

Media Foundation Interfaces