IXStudioRecording::GetState Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets the current state of the recording (started, stopped, paused, or invalid).

Syntax

public:
XSTUDIO_CONTROL_STATE GetState()  

Return value

Type: XSTUDIO_CONTROL_STATEĀ 

Current state of the recording.

Requirements

Header: Declared in xstudio.h.

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

See also

XSTUDIO_CONTROL_STATE Enumeration