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.
public:
HRESULT SetTimingEnabled(
bool value
)
value
Type: boolÂ
[in] Specify true to enable timing, false to disable it.
Type: HRESULTÂ
S_OK if successful; an error code otherwise.
When timing is enabled, events are played back using the recorded timings. When timing is disabled, events are played back as quickly as possible.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).