RemoteCommandType enumeration
An enum used to communicate between the capture engine and a host (such as Visual Studio Graphics Diagnostics).
Syntax
enum RemoteCommandType { BeginCommunication = 0,
RunExperiment = 1,
RunAction = 2
};
Constants
- BeginCommunication
-
Starts communication.
- RunExperiment
-
Starts a Graphics Diagnostics capture session (an experiment).
- RunAction
-
Starts a capture (same as hitting print screen). Sent by a host when capturing a frame.
Requirements
|
Header |
|
|---|
Community Additions
ADD
Show: