Share via


IWMVideoDecoderHurryup Interface

banner art

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

In addition to the methods inherited from IUnknown, the IWMVideoDecoderHurryup interface exposes the following methods.

Method Description
GetHurryup Retrieves the current speed mode of the video decoder.
SetHurryup Sets the speed mode of the video decoder.

Requirements

Client: Requires Windows Vista or Windows XP.

Header: Include wmcodecdsp.h.

See Also