| CaptureEndCyles |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| CaptureProcessCPUEndCycles |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| CaptureProcessCPUStartCycles |
uint64 |
Timestamps for when CPU work has started / ended. |
PixelCaptureFrameMetadata.h |
|
| CaptureProcessCPUTime |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| CaptureProcessGPUDelay |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| CaptureProcessGPUEndCycles |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| CaptureProcessGPUEnqueueEndCycles |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| CaptureProcessGPUEnqueueStartCycles |
uint64 |
Timestamps for when the capture process was enqueued to the GPU and when the GPU actually started work. |
PixelCaptureFrameMetadata.h |
|
| CaptureProcessGPUStartCycles |
uint64 |
Timestamps for when the GPU started work and when the GPU finished the capture process. |
PixelCaptureFrameMetadata.h |
|
| CaptureProcessGPUTime |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| CaptureProcessPostGPUEndCycles |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| CaptureProcessPostGPUStartCycles |
uint64 |
Timestamps for tracking time after the GPU completed it's work until the capture process completed. |
PixelCaptureFrameMetadata.h |
|
| CaptureStartCyles |
uint64 |
Timestamps to track the entire length of the capture process. |
PixelCaptureFrameMetadata.h |
|
| CaptureTime |
uint64 |
Capture process timings. Duration not timestamp. |
PixelCaptureFrameMetadata.h |
|
| DisplayTime |
uint64 |
Display process timings. Duration not timestamp. |
PixelCaptureFrameMetadata.h |
|
| FirstDecodeStartTime |
uint64 |
Decode Timings. |
PixelCaptureFrameMetadata.h |
|
| FirstEncodeStartTime |
uint64 |
Encode Timings. |
PixelCaptureFrameMetadata.h |
|
| FirstPacketizationStartTime |
uint64 |
Packet Timings. |
PixelCaptureFrameMetadata.h |
|
| Id |
uint64 |
Identifier for the frame. |
PixelCaptureFrameMetadata.h |
|
| LastDecodeEndTime |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| LastDecodeStartTime |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| LastEncodeEndTime |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| LastEncodeStartTime |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| LastPacketizationEndTime |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| LastPacketizationStartTime |
uint64 |
|
PixelCaptureFrameMetadata.h |
|
| Layer |
int32 |
Which layer this specific frame is associated with. |
PixelCaptureFrameMetadata.h |
|
| ProcessName |
FString |
Identifier for the capture pipeline/process this frame took. |
PixelCaptureFrameMetadata.h |
|
| SourceTime |
uint64 |
The time this frame was sourced/created. |
PixelCaptureFrameMetadata.h |
|
| UseCount |
uint32 |
Frame use timings (can happen multiple times. ie. we are consuming frames faster than producing them) |
PixelCaptureFrameMetadata.h |
|
| UserData |
TSharedPtr< FPixelCaptureUserData > |
Pointer to a user class that stores additional metadata that they want to keep throughout the process. |
PixelCaptureFrameMetadata.h |
|