IMFQualityManager::NotifyTopology method (mfidl.h)
Called when the Media Session is about to start playing a new topology.
Syntax
HRESULT NotifyTopology(
[in] IMFTopology *pTopology
);
Parameters
[in] pTopology
Pointer to the IMFTopology interface of the new topology. If this parameter is NULL, the quality manager should release any references to the previous topology.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
Remarks
In a typical quality manager this method does the following:
- Enumerates the nodes in the topology.
- Calls IMFTopologyNode::GetObject to get the node's underlying object.
- Queries for the IMFQualityAdvise interface.
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 |
Library | Mfuuid.lib |