IKeyFrameControl interface

[IKeyFrameControl is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The IKeyFrameControl interface is implemented by the H.323 MSP and is available only on H.323 stream objects. This interface exposes methods that enable creation and manipulation of terminals that can communicate between H323 and SDP clients. It has two methods that allow the application to ask the remote endpoint to update the video image with a keyframe.

Members

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

Methods

The IKeyFrameControl interface has these methods.

Method Description
PeriodicUpdatePicture Configures a timer in the stream that will ask for picture updates periodically.
UpdatePicture Asks the video sender to update the picture.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
H323priv.h
Library
Uuid.lib
DLL
Tapi3.dll

See also

H323 MSP