CallbackCommandType enumeration
An enum used to communicate between the capture engine and a host (such as Visual Studio Graphics Diagnostics).
Syntax
enum CallbackCommandType { BeginCommunicationCallback = 0,
ErrorListCallback = 1,
WarningListCallback = 2,
MessagesCallback = 3,
RunExperimentCallback = 4,
RunActionCallback = 5,
NewFramesCallback = 6,
BeginCommunicationCallbackLegacy = 7,
RunExperimentStatusCallback = 8
};
Constants
- BeginCommunicationCallback
-
Results from BeginCommunication.
- ErrorListCallback
-
Errors.
- WarningListCallback
-
Warnings.
- MessagesCallback
-
Messages.
- RunExperimentCallback
-
Result from RunExperiment.
- RunActionCallback
-
Result from RunAction.
- NewFramesCallback
-
A value that indicates a callback to be called when new frames have been captured and ready to display.
- BeginCommunicationCallbackLegacy
-
Results from an older version of BeginCommunication used on Windows 7 and Windows 8.
- RunExperimentStatusCallback
-
Result from RunExperiementProgress.
Requirements
|
Header |
|
|---|
Community Additions
ADD
Show: