Microsoft DirectX 9.0

AMTimeline.EnableEffects Method

The EnableEffects method enables or disables all effects in the timeline. If effects are disabled, they remain in the timeline but are not rendered.

Syntax

object.EnableEffects(
    fEnabled As Long
)

Parameters

fEnabled

Value that specifies whether to enable or disable effects. If zero, effects are disabled. If non-zero, effects are enabled.

Error Codes

If the method fails, an error is raised.

See Also