2014-01-18 15:14:42 -05:00

7 lines
144 B
C

#include "Platform.h"
typedef struct _STREAM_CONFIGURATION {
int width;
int height;
int fps;
} STREAM_CONFIGURATION, *PSTREAM_CONFIGURATION;