IWMVideoDecoderHurryup interface (wmcodecdsp.h)

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

Inheritance

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

Methods

The IWMVideoDecoderHurryup interface has these methods.

 
IWMVideoDecoderHurryup::GetHurryup

Retrieves the current speed mode of the video decoder.
IWMVideoDecoderHurryup::SetHurryup

Sets the speed mode of the video decoder.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header wmcodecdsp.h

See also

Media Foundation Interfaces