mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +00:00
7 lines
144 B
C
7 lines
144 B
C
#include "Platform.h"
|
|
|
|
typedef struct _STREAM_CONFIGURATION {
|
|
int width;
|
|
int height;
|
|
int fps;
|
|
} STREAM_CONFIGURATION, *PSTREAM_CONFIGURATION; |