Navigation
API > API/Plugins > API/Plugins/RemoteSession > API/Plugins/RemoteSession/Channels > API/Plugins/RemoteSession/Channels/FRemoteSessionImageChannel
References
| Module | RemoteSession |
| Header | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include | #include "Channels/RemoteSessionImageChannel.h" |
Syntax
class FImageSender
Remarks
A helper object responsible to take the raw data, encode it to jpg and send it to the client for the RemoteSessionImageChannel
Constructors
| Type | Name | Description | |
|---|---|---|---|
FImageSender
(
TSharedPtr< IBackChannelConnection, ESPMode::ThreadSafe > InConnection |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Send an image to the connected clients | ||
| void | SendRawImageToClients
(
int32 Width, |
Send an image to the connected clients | |
| void | SetCompressQuality
(
int32 InQuality |
Set the jpg compression quality |