Microsoft DirectX 9.0

IAMTimelineObj::SetPropertySetter

The SetPropertySetter method sets the object's property setter. When the object is rendered, the property information contained in the property setter is applied to the object. Call this method on transition and effect objects.

Syntax

HRESULT SetPropertySetter(
    IPropertySetter *newVal
);

Parameters

newVal

Pointer to the property setter's IPropertySetter interface.

Return Value

Returns S_OK.

Requirements

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.

See Also