IXStudioPlayback::GetTimingEnabled Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Indicates whether events are played back timed, or as quickly as possible.

Syntax

public:
bool GetTimingEnabled()  

Return value

Type: bool 

true if timing is enabled, false 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::SetTimingEnabled Method