IMFQualityAdvise interface
Enables the quality manager to adjust the audio or video quality of a component in the pipeline.
This interface is exposed by pipeline components that can adjust their quality. Typically it is exposed by decoders and stream sinks. For example, the enhanced video renderer (EVR) implements this interface. However, media sources can also implement this interface.
To get a pointer to this interface from a media source, call IMFGetService::GetService with the service identifier MF_QUALITY_SERVICES. For all other pipeline objects (transforms and media sinks), call QueryInterface.
Members
The IMFQualityAdvise interface inherits from the IUnknown interface. IMFQualityAdvise also has these types of members:
Methods
The IMFQualityAdvise interface has these methods.
| Method | Description |
|---|---|
| DropTime |
Drops samples over a specified interval of time. |
| GetDropMode |
Retrieves the current drop mode. |
| GetQualityLevel |
Retrieves the current quality level. |
| SetDropMode |
Sets the drop mode. |
| SetQualityLevel |
Sets the quality level. |
Remarks
The quality manager typically obtains this interface when the quality manager's IMFQualityManager::NotifyTopology method is called.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also