IMFTopologyNodeAttributeEditor interface
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.
Members
The IMFTopologyNodeAttributeEditor interface inherits from the IUnknown interface. IMFTopologyNodeAttributeEditor also has these types of members:
Methods
The IMFTopologyNodeAttributeEditor interface has these methods.
| Method | Description |
|---|---|
| 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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also