PixPipeResponse enumeration

An enum used to send responses from the capture engine to Graphics Diagnostics.

Syntax


enum PixPipeResponse {  NEW_DATA_AVAILABLE, 
  EXPERIMENT_DATA, 
  ERRORCODE, 
  APPLICATIONCAPTUREINPROGRESS, 
  PARTIAL_DATA, 
  READY, 
  DONE, 
  CAPTURESTARTED, 
  STATUS 

};

Constants

NEW_DATA_AVAILABLE

A response which indicates that new data has been written to the graphics log and is ready to be read.

EXPERIMENT_DATA

A response which indicates configuration information about the capture session.

ERRORCODE

A response which indicates that the capture engine has encountered an error.

APPLICATIONCAPTUREINPROGRESS

A response which indicates that the capture engine has started capturing graphics information. This does not indicate that data is available to be examined yet.

PARTIAL_DATA

A response which indicates that partial data has been written to the graphics log.

READY

A response which indicates that the capture engine is ready to start capturing graphics information.

DONE

Internal

CAPTURESTARTED

A response which indicates that a frame capture has started.

STATUS

A response which indicates status information about the app being captured; for example, framerate.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: