Navigation
API > API/Plugins > API/Plugins/RemoteSession
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.CapturedFrames/s"), |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.SkippedFrames/s"), |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.WaitingFrames/s"), |
Receiving counters and stats. | Channels/RemoteSessionImageChannel.h | |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.DiscardedFrames/s"), |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.MaxImageProcessTime"), |
Channels/RemoteSessionImageChannel.h |
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("RS.CapturedFrames/s"), STAT_RSCaptureCount, STATGROUP_RemoteSession)
| Name | DECLARE_DWORD_ACCUMULATOR_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.CapturedFrames/s"),
STAT_RSCaptureCount,
STATGROUP_RemoteSession
)
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("RS.SkippedFrames/s"), STAT_RSSkippedFrames, STATGROUP_RemoteSession)
| Name | DECLARE_DWORD_ACCUMULATOR_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.SkippedFrames/s"),
STAT_RSSkippedFrames,
STATGROUP_RemoteSession
)
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("RS.WaitingFrames/s"), STAT_RSWaitingFrames, STATGROUP_RemoteSession)
Description
Receiving counters and stats.
| Name | DECLARE_DWORD_ACCUMULATOR_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.WaitingFrames/s"),
STAT_RSWaitingFrames,
STATGROUP_RemoteSession
)
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("RS.DiscardedFrames/s"), STAT_RSDiscardedFrames, STATGROUP_RemoteSession)
| Name | DECLARE_DWORD_ACCUMULATOR_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.DiscardedFrames/s"),
STAT_RSDiscardedFrames,
STATGROUP_RemoteSession
)
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("RS.MaxImageProcessTime"), STAT_RSMaxImageProcessTime, STATGROUP_RemoteSession)
| Name | DECLARE_DWORD_ACCUMULATOR_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.MaxImageProcessTime"),
STAT_RSMaxImageProcessTime,
STATGROUP_RemoteSession
)