IXStudioPlayback::SetTimingEnabled Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Enables or disables timed event playback.

Syntax

public:
HRESULT SetTimingEnabled(
         bool value
)  

Parameters

value
Type: bool 

[in] Specify true to enable timing, false to disable it.

Return value

Type: HRESULT 

S_OK if successful; an error code otherwise.

Remarks

When timing is enabled, events are played back using the recorded timings. When timing is disabled, events are played back as quickly as possible.

Requirements

Header: Declared in xstudio.h.

Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).

See also

IXStudioPlayback::GetTimingEnabled Method