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.
enum XSTUDIO_LOCATION
{
XSTUDIO_LOCATION_INVALID = 0,
XSTUDIO_LOCATION_PC = 2,
XSTUDIO_LOCATION_DEVKIT = 3
};
| 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. |
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).
IXStudioSession::CreateRecording Method