XSTUDIO_LOCATION Enumeration

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Specifies the location of an XStudio object.

Syntax

enum XSTUDIO_LOCATION
{
    XSTUDIO_LOCATION_INVALID = 0,
    XSTUDIO_LOCATION_PC = 2,
    XSTUDIO_LOCATION_DEVKIT = 3
};  

Constants

Constant Description
XSTUDIO_LOCATION_INVALID The item location is invalid.
XSTUDIO_LOCATION_PC The item resides on the development computer.
XSTUDIO_LOCATION_DEVKIT The item resides on the console.

Requirements

Header: Declared in xstudio.h.

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

See also

IXStudioSession::CreateRecording Method

IXStudioSession::CreatePlayback Method

IXStudioSession::CreateFileIterator Method