mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 22:31:21 +00:00
Add encrypted input support
This commit is contained in:
@@ -12,6 +12,8 @@ typedef struct _STREAM_CONFIGURATION {
|
||||
int fps;
|
||||
int bitrate;
|
||||
int packetSize;
|
||||
char remoteInputAesKey[16];
|
||||
char remoteInputAesIv[16];
|
||||
} STREAM_CONFIGURATION, *PSTREAM_CONFIGURATION;
|
||||
|
||||
typedef struct _LENTRY {
|
||||
|
||||
Reference in New Issue
Block a user