IWMVideoDecoderHurryup interface
Controls the speed of the video decoder.
This interface is implemented by the video decoder objects. You can obtain a pointer to IWMVideoDecoderHurryup by calling the QueryInterface method of any other interface of the decoder, such as IMediaObject or IMFTransform
Members
The IWMVideoDecoderHurryup interface inherits from the IUnknown interface. IWMVideoDecoderHurryup also has these types of members:
Methods
The IWMVideoDecoderHurryup interface has these methods.
| Method | Description |
|---|---|
| GetHurryup |
Retrieves the current speed mode of the video decoder. |
| SetHurryup |
Sets the speed mode of the video decoder. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also